MSCEWI1035
Check statement not supported.
Low
This warning appears to indicate the CHECK constraint is not supported by Snowflake but it does not affect functionally.
CREATE TABLE "Schema"."BaseTable"(
"COLLUMN1" VARCHAR2(255),
CHECK ( COLUMN1 IS NOT NULL )
);
CREATE OR REPLACE TABLE MobilizeSchema.BaseTable ( COLLUMN1 VARCHAR(255)
/*** MSC-WARNING - MSCEWI1035 - CHECK STATEMENT NOT SUPPORTED ***/
/* CHECK ( COLUMN1 IS NOT NULL )*/);
- 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