MSCEWI3077
Semantic information missing for ROWTYPE attribute
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This warning is displayed when semantic analysis failed on the referenced table or cursor and the symbol could not be resolved.
Example Code
Input Code:
Output Code:
Recommendations
If the
rowtype
record stores a row table the warning can be ignored. Otherwise, if therowtype
stores a cursor row, you have to change the syntax to use Cursor rowtype like CURSOR_VARIABLE.ROWTYPE(). For more information check the documentation related torowtype
.If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated