SSC-FDM-0023

A Global Temporary Table is being referenced.

circle-info

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentationarrow-up-right

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected]envelope.

Thank you for your understanding.

Severity

Medium

Description

Snowconvert transforms Global Temporary tables into regular Create Table. References to these tables may behave different than expected.

Code example

Input

IN -> Oracle_01.sql
create global temporary table t1 
    (col1 varchar); 
create view view1 as 
    select col1 from t1;

Output

  • SSC-FDM-0009: GLOBAL TEMPORARY TABLE functionality not supported.

Recommendations

Last updated