MSCEWI1042
Non-relevant syntax
Low
This warning is added to a transformation when some elements had to be removed, but it does not affect the result of the transformed query due to it not having an impact on Snowflake DB environment.
INSERT INTO table1 (column1)
SELECT value1 FROM table2
LOGGING ALL ERRORS WITH NO LIMIT;
INSERT INTO PUBLIC.table1 (column1)
SELECT
value1 FROM
PUBLIC.table2
--** MSC-WARNING - MSCEWI1042 - Commented LOGGING ERRORS - THIS IS NON-RELEVANT **
--LOGGING ALL ERRORS WITH NO LIMIT
;
- 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 6mo ago