Not Logged Initially

Description

Any changes that are made to the table by an Insert, Delete, Update, Create Index, Drop Index, or Alter Table operation in the same unit of work in which the table is created are not logged.

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

Not Logged Initially is not applicable in Snowflake.

Grammar Syntax

Sample Source Patterns

IBM DB2

CREATE TABLE TestTable (
COL1 INT
) NOT LOGGED INITIALLY;

Snowflake

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

Last updated