Delete Target
Description
Identifies the object of the delete operation.
Click here to navigate to the IBM DB2 docs page for this syntax.
Snowflake only allows tables as the object of the update operation. The output query can be malformed.
Grammar Syntax

Sample Source Patterns
IBM DB2
DELETE FROM Table1;
Snowflake
DELETE FROM Table1;
Related EWIs
MSCEWI5004: ONLY OUTER TABLE REFERENCE IS NOT APPLICABLE IN SNOWFLAKE.
MSCEWI5008: DELETE FROM SELECT STATEMENT IS NOT SUPPORTED.
Last updated
Was this helpful?