CREATE TABLE
Grammar syntax
Sample Source Patterns
DEFAULT COLLATE
Input Code:
IN -> BigQuery_01.sql
Output Code:
OUT -> BigQuery_01.sql
Labels table option
Input Code:
IN -> BigQuery_02.sql
Output Code:
OUT -> BigQuery_02.sql
Description table option
Input Code:
IN -> BigQuery_03.sql
Output Code:
OUT -> BigQuery_03.sql
Description table option
Input Code:
IN -> BigQuery_04.sql
Output Code:
OUT -> BigQuery_04.sql
Known Issues
1. Unsupported table options
Not all table options are supported in Snowflake, when an unsupported table option is encountered in the OPTIONS clause, an EWI will be generated to warn about this.
Input Code:
IN -> BigQuery_05.sql
Output Code:
OUT -> BigQuery_05.sql
2. Micro-partitioning is automatically managed by Snowflake
Snowflake performs automatic partitioning of data. User defined partitioning is not supported.
Input Code:
IN -> BigQuery_06.sql
Output Code:
OUT -> BigQuery_06.sql
Related EWIs
SSC-EWI-BQ0001: Snowflake does not support the options clause.
SSC-EWI-BQ0002: Micro-partitioning is automatically performed on all Snowflake tables.
Last updated