Concurrent access resolution Clause
Description
The optional concurrent-access-resolution-clause specifies the concurrent access resolution to use for select-statement.
The Concurrent access resolution Clause is not applicable in Snowflake
Click here to navigate to the IBM DB2 docs page for this syntax.
Grammar Syntax
Sample Source Patterns
IBM DB2
SELECT
   *
FROM
   Table1
WAIT FOR OUTCOMESnowflake
 SELECT *
 FROM
   Table1
 -- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE.  **
 -- WAIT FOR OUTCOMEKnown issues
MSCEWI1002: REMOVED STATEMENT, NOT APPLICABLE IN SNOWFLAKE.
Last updated
Was this helpful?