CREATE EXTERNAL TABLE
Description
Currently Snowconvert is transforming CREATE EXTERNAL TABLES
to regular tables, that implies additional effort because data stored in external RedShift tables must be transferred to the Snowflake database.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Create External Table AS
Input Code:
IN -> Redshift_02.sql
Output Code:
OUT -> Redshift_02.sql
Recommendations
Related EWIs
Last updated