You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...)