CREATE VIEW
Translation from Greenplum to Snowflake
Description
This command creates a view in a database, which is run every time the view is referenced in a query.
For more information, please refer to CREATE VIEW
documentation.
Grammar Syntax
Code Examples
[OR REPLACE] [TEMP | TEMPORARY] [RECURSIVE]
This syntax is fully supported in Snowflake.
Input Code:
Output Code:
Last updated