MSCEWI4059
Column data type is not supported in Snowflake.
Severity
Description
Code Example
Input code
CREATE TABLE MYTABLE(
COL1 MPDOUBLE NOT NULL
);Output code:
CREATE TABLE MYTABLE(
COL1 MPDOUBLE /*** MSC-ERROR - MSCEWI4059 - DATA TYPE MPDOUBLE IS NOT SUPPORTED ***/ NOT NULL
);Recommendations
Last updated
