MSCEWI3059
This ALTER SESSION configuration is not supported yet.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
A clause or configuration of the ALTER SESSION statement is not currently supported.
Example Code
Input Code:
ALTER SESSION SET SQL_TRACE TRUE;
Output Code:
-- ** MSC-ERROR - MSCEWI3059 - THIS ALTER SESSION CONFIGURATION IS NOT SUPPORTED YET **
--ALTER SESSION SET SQL_TRACE TRUE
;
Recommendations
For session variables, you can check the Snowflake documentation to find an equivalent.
If you need more support, you can email us at [email protected]
Last updated