This is a deprecated version of the SnowConvert documentation, please visit the official site .
ROWID statement is not currently supported.
SELECT QUERY_NAME.ROWID from TABLE1;
SELECT
/*** MSC-ERROR - MSCEWI3026 - ROWID NOT SUPPORTED ***/
QUERY_NAME.ROWID
from PUBLIC.TABLE1;