SSC-EWI-OR0026
ROWID is not supported.
Severity
Medium
Description
ROWID statement is not currently supported.
Example Code
Oracle:
SELECT QUERY_NAME.ROWID from TABLE1;
Snowflake Scripting:
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-OR0026 - ROWID NOT SUPPORTED ***/!!!
QUERY_NAME.ROWID from
TABLE1;
Recommendations
If you need more support, you can email us at [email protected]
Last updated