MSCEWI3061
The column was transformed from date to timestamp. Some operations may be affected.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This warning is added when a column that was transformed from DATE to TIMESTAMP is being used. The SysdateAsCurrentTimestamp flag needs to be active.
Example Code
Input Code:
SELECT COL1 FROM T1;
Output Code:
SELECT
/*** MSC-WARNING - MSCEWI3061 - COLUMN WAS TRANSFORMED FROM DATE TO TIMESTAMP. SOME OPERATIONS MAY BE AFFECTED ***/
COL1 FROM PUBLIC.T1
Recommendations
No end-user actions are required.
If you need more support, you can email us at [email protected]
Last updated