We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It seems that Snowflake ALTER SESSION statements cannot currently be followed by other statements. For example:
ALTER SESSION
ALTER SESSION SET QUERY_TAG='tag'; SELECT 42
yields
Expected: another option, found: SELECT at Line: 1, Column: 36