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 OUTCOME
Snowflake
SELECT *
FROM
Table1
-- ** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE. **
-- WAIT FOR OUTCOME
Known issues
MSCEWI1002: REMOVED STATEMENT, NOT APPLICABLE IN SNOWFLAKE.
Last updated
Was this helpful?