Closed
Description
For example:
SELECT cluster FROM tbl
--> accepted by both Snowflake and the parser
SELECT col cluster FROM tbl
--> accepted by Snowflake but not by the parser
SELECT col col_alias FROM tbl
--> accepted by both Snowflake and the parser
SELECT col AS cluster FROM tbl
--> accepted by both Snowflake and the parser (this one really bakes my noodle...)
Metadata
Metadata
Assignees
Labels
No labels