Options

Description

Table options are used to identify the remote base table.

Click here to navigate to the IBM DB2 docs page for this syntax.

These Options are not applicable in Snowflake.

Grammar Syntax

Sample Source Patterns

IBM DB2

CREATE TABLE TestTable (
COL1 INT
) OPTIONS(tableOptionName 'stringConst', tableOptionName2 'stringConst');

Snowflake

CREATE TABLE TestTable (
COL1 INT
)
-- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE.  **
--OPTIONS(tableOptionName 'stringConst', tableOptionName2 'stringConst')
;
  1. MSCEWI1002: REMOVED STATEMENT, NOT APPLICABLE IN SNOWFLAKE.

Last updated