SnowConvert AI - Vertica - CREATE VIEW¶
Description¶
Creates a new view. (Vertica SQL Language Reference Create view statement)
Grammar Syntax¶
Sample Source Patterns¶
Note
:class: tip This syntax is fully supported in Snowflake.
Vertica¶
Snowflake¶
Inherited Schema Privileges Clause¶
INCLUDE SCHEMA PRIVILEGES is a Vertica-specific feature that governs how privileges are inherited, in this case, potentially from the schema level. Snowflake does not have a direct equivalent for this clause within its CREATE VIEW syntax. Privileges in Snowflake are managed explicitly through GRANT statements.
Warning
This syntax is not supported in Snowflake.
BigQuery¶
Snowflake¶
Known Issues¶
There are no known Issues.
Related EWIs¶
- SSC-EWI-VT0001: Inherited privileges clause is not supported in Snowflake.