SSC-FDM-TD0024
Set table functionality not supported.
Description
This EWI is shown when SnowConvert finds a Create Table with the SET option. Since the SET TABLE is not supported in Snowflake, it is removed.
Example Code
Teradata:
CREATE SET TABLE TableExample
(
ColumnExample Number
)CREATE SET VOLATILE TABLE SOMETABLE, LOG AS
(SELECT ColumnExample FROM TableExample);Snowflake Scripting:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
