MSCEWI4059
Column data type is not supported in Snowflake.
Medium
This is EWI occurs when there are unsupported column data types.
CREATE TABLE MYTABLE(
COL1 MPDOUBLE NOT NULL
);
1
CREATE TABLE MYTABLE(
2
COL1 MPDOUBLE /*** MSC-ERROR - MSCEWI4059 - DATA TYPE MPDOUBLE IS NOT SUPPORTED ***/ NOT NULL
3
);
- 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 3mo ago