MSCEWI3040
Virtual keyword removed from the column definition.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
A statement or keyword has been removed from a column definition.
Example Code
Input Code:
-- Given the following column definition
COLUMN1 NUMBER GENERATED ALWAYS AS (COLUMN1 * COLUMN2) VIRTUAL
Output Code:
/*** MSC-WARNING - MSCEWI3040 - VIRTUAL KEYWORD REMOVED FROM THE COLUMN DEFINITION ***/
COLUMN1 NUMBER (38,19) AS (COLUMN1 * COLUMN2)
Recommendations
No additional user actions are required.
If you need more support, you can email us at [email protected]
Last updated