Long In

Description

Identifies the table spaces in which the values of any long columns are to be stored.

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

LONG IN is not applicable in Snowflake.

Grammar Syntax

Sample Source Patterns

IBM DB2

CREATE TABLE TestTable
(
	COL1 INT
) LONG IN TablespaceName;

Snowflake

CREATE TABLE PUBLIC.TestTable
(
	COL1 INT
)
-- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE.  **
--  LONG IN TablespaceName
                        ;
  1. MSCEWI1002: REMOVED STATEMENT, NOT APPLICABLE IN SNOWFLAKE.

Last updated