SSC-EWI-OR0136
Current of clause is not supported in Snowflake
Severity
Critical
Description
Some statements like UPDATE and DELETE can use have a CURRENT OF clause inside the WHERE clause, this is not currently supported by Snowflake.
Example Code
Oracle:
IN -> Oracle_01.sql
Snowflake Scripting:
OUT -> Oracle_01.sql
Related EWI
Recommendations
Redesign the query to normal
UPDATE
orDELETE
specifying the columns in theWHERE
clause, consider that if there are duplicate records in the table the query can affect them multiple times.
Last updated