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.
ALTER DERIVED VIEW ステートメントを使用して、派生ビューに新しい SQL クエリを割り当てます。
ALTER DERIVED VIEW [<view_name>] AS <sql_query_contents>
ALTER DERIVED VIEW [MyViewName] AS SELECT * FROM Customers WHERE TimeModified > '3/1/2020';
このページは役に立ちましたか?