MSCEWI2015

Set table functionality not supported.

triangle-exclamation

Severity

Low

Description

This message is shown when SnowConvert finds a Create Table with the SET option. Since the SET TABLE is not supported in Snowflake, it is removed and a message is added.

For more information check Different SQL Table Definitions in Teradata & Snowflakearrow-up-right

Code Example

Input Code:

CREATE SET TABLE TableExample
(
ColumnExample Number
)

CREATE SET VOLATILE TABLE SOMETABLE, LOG AS 
(SELECT BUS_PLAN_MEAS_DTL_ROW_ID
, BUS_PLAN_TYP_CD
, MEAS_PLAN_TYP_CD
, MEAS_SUB_PLAN_TYP_CD
, WSLR_PARTY_ID FROM T2);

Output Code:

Recommendations

Last updated