Wait Option

Description

Specifies that rows are skipped when incompatible locks that would block the progress of the statement are held on the rows by other transactions.

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

Grammar Syntax

Sample Source Patterns

IBM DB2

DELETE FROM table1 WAIT FOR OUTCOME

Snowflake

DELETE FROM
PUBLIC.table1
-- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE. UPDATE WAIT FOR OPTION **
--WAIT FOR OUTCOME
  1. MSCEWI1002: Removed next statement, not applicable in SnowFlake

Last updated

Was this helpful?