MSCEWI3008
Unknown format, it may have unexpected behavior.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
A warning for unknown date formats that may have unexpected behavior.
Example Code
Input Code:
SELECT TO_CHAR(DATE '1998-12-25','AABB') FROM DUAL;
Output Code:
SELECT TO_CHAR(DATE '1998-12-25','AABB') /*** MSC-WARNING - MSCEWI3008 - UNKNOWN FORMAT, MAY HAVE UNEXPECTED BEHAVIOR ***/ FROM DUAL;
Recommendations
Check for this documentation for the supported timestamp formats.
If you need more support, you can email us at [email protected]
Last updated