MSC-BQ0001
The Create Table OPTIONS clause is not supported in Snowflake.
Severity
Description
Code Example
Input Code:
CREATE TABLE mydataset.newtable
LIKE sourceTable
OPTIONS(expiration_timestamp=TIMESTAMP ""2025 - 01 - 01 00:00:00 UTC"");Output Code:
CREATE TABLE mydataset.newtable
LIKE sourceTable
-- ** MSC-ERROR - MSC-BQ0001 - THE CREATE TABLE OPTIONS CLAUSE IS NOT SUPPORTED IN SNOWFLAKE. **
--OPTIONS(expiration_timestamp=TIMESTAMP ""2025 - 01 - 01 00:00:00 UTC"")
;Recommendations
Last updated
