MSCEWI1028
Type is not supported.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
This error happens when a type is not supported in SnowFlake.
Example
Input Code:
CREATE TABLE TABLE7 ( COL1 SYS.XMLTYPE);
Output Code:
CREATE OR REPLACE TABLE MYDB.PUBLIC.TABLE7 (
-- ** MSC-ERROR - MSCEWI1028 - TYPE NOT SUPPORTED **
-- COL1 SYS.XMLTYPE
);
Recommendations
If you need more support, you can email us at [email protected]
Last updated