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;

Last updated