Delete Statement
SQL statement that removes one or more rows from a table.
See Delete statement
Teradata support calling more than one table in theFROM
clause, Snowflake does not. Therefore, it is necessary to use theUSING
clause to refer to the extra tables involved in the condition.
Teradata
IN -> Teradata_01.sql
Snowflake
OUT -> Teradata_01.sql
Known Issues
1. DEL abbreviation unsupported
The abbreviation is unsupported in Snowflake but it is translated correctly by changing it to DELETE.
Related EWIs
No related EWIs.
Last updated