Update Target

Description

Identifies the object of the update operation.

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

Grammar Syntax

Sample Source Patterns

IBM DB2

UPDATE TABLE1
	SET Column1 = 1;

Snowflake

UPDATE TABLE1
	SET Column1 = 1;
  1. MSCEWI5004: ONLY OUTER TABLE REFERENCE IS NOT APPLICABLE IN SNOWFLAKE.

  2. MSCEWI5006: INTERMEDIATE RESULT TABLE IS NOT SUPPORTED.

Last updated

Was this helpful?