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 VIEW
CREATE VIEW
ALTER VIEW view_name [AS] ( SELECT * FROM integration_name.table_name ); --or ALTER VIEW name FROM integration_name ( SELECT * FROM table_name );
Was this page helpful?