ROWID
Translation spec for ROWID pseudocolumn
Description
For each row in the database, the
ROWID
pseudocolumn returns the address of the row. (Oracle SQL Language Reference Rowid pseudocolumn)
Snowflake does not have an equivalent for ROWID. The pseudocolumn is transformed to NULL in order to avoid runtime errors.
Sample Source Patterns
Oracle
Snowflake
Known Issues
No issues were found.
Related EWIs
SSC-FDM-OR0030: ROWID pseudocolumn is not supported in Snowflake
Last updated