MSCEWI1028
Type is not supported.
Medium
This error happens when a type is not supported in SnowFlake.
CREATE TABLE TABLE7 ( COL1 SYS.XMLTYPE);
CREATE OR REPLACE TABLE MYDB.PUBLIC.TABLE7 (
-- ** MSC-ERROR - MSCEWI1028 - TYPE NOT SUPPORTED **
-- COL1 SYS.XMLTYPE
);
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 1yr ago