MSCEWI3026

ROWID is not supported.

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

Medium

Description

ROWID statement is not currently supported.

Example Code

Input Code:

SELECT QUERY_NAME.ROWID from TABLE1;

Output Code:

SELECT
/*** MSC-ERROR - MSCEWI3026 - ROWID NOT SUPPORTED ***/
QUERY_NAME.ROWID
from PUBLIC.TABLE1;

Recommendations

Last updated