MSCEWI1002
Removed next statement, not applicable in SnowFlake.
Low
This warning appears when a specific statement is not applicable in Snowflake, it means that there is no Snowflake equivalent for this statement and it is no longer needed, and for that reason, it is removed from the source code. However, SnowConvert still keeps the original statement as part of the comment at the end.
CREATE TABLE "Schema"."BaseTable"(
"PROPERTY" VARCHAR2(64) CONSTRAINT "MICROSOFT_NN_PROPERTY" NOT NULL ENABLE
);
CREATE OR REPLACE MobilizeSchema.PUBLIC.BaseTable
(
PROPERTY VARCHAR(64) NOT NULL /*** MSC-WARNING - MSCEWI1002 - REMOVED NEXT STATEMENT, NOT APPLICABLE IN SNOWFLAKE. CONSTRAINT MICROSOFT_NN_PROPERTY ***/
);
- 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