Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use the ALTER DERIVED VIEW statement to assign a new SQL query to a derived view.
ALTER DERIVED VIEW [<view_name>] AS <sql_query_contents>
ALTER DERIVED VIEW [MyViewName] AS SELECT * FROM Customers WHERE TimeModified > '3/1/2020';
Was this page helpful?