With Clause

Description

Specifies the isolation level at which the DELETE statement is executed.

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

Grammar Syntax

Sample Source Patterns

IBM DB2

DELETE FROM table1 WITH RR SKIP LOCKED DATA

Snowflake

DELETE FROM
PUBLIC.table1
-- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE. UPDATE WITH OPTION **
--WITH RR
       
-- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE. UPDATE SKIP LOCKED OPTION **
--        SKIP LOCKED DATA
  1. MSCEWI1002: Removed next statement, not applicable in SnowFlake

Last updated

Was this helpful?