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 SECUREkeyword
- The LOCAL,GLOBAL,TEMP,TEMPORARYorVOLATILEkeywords
- The RECURSIVEkeyword
- A COPY GRANTSclause
- A view-level COMMENT
- A view-level WITH TAGclause
- A view-level ROW ACCESS POLICYclause