MSC-PG0018
Select with Into clause is not compatible with snowflake, it is transformed to a Create Table As And unlogged is not compatible with snowflake, all transactions are logged.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
Select Into is not compatible with Snowflake, this functionality was imitated with a Create Table As. And Snowflake always uses transaction logs to protect tables and ensure data integrity and recoverability. Therefore, tables with the UNLOGGED
option are not allowed in Snowflake.
Code Example
Input Code:
Output Code:
For more information please refer to Select Into.
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated