CREATE VIEW¶
Creates a new view in the current/specified schema.
See the Snowflake documentation for more details.
Syntax¶
Currently, BodoSQL only supports the following syntax:
BodoSQL can parse additional forms of CREATE VIEW
syntax purely for the purposes of allowing view inlining:
- The
SECURE
keyword - The
LOCAL
,GLOBAL
,TEMP
,TEMPORARY
orVOLATILE
keywords - The
RECURSIVE
keyword - A
COPY GRANTS
clause - A view-level
COMMENT
- A view-level
WITH TAG
clause - A view-level
ROW ACCESS POLICY
clause