MSCEWI4005
Collation Albanian_BIN not supported.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This warning is added when there is a collate clause that is not supported in Snowflake.
Code Example
Input Code:
SELECT 'a' COLLATE Albanian_BIN;
Output Code:
SELECT 'a'
-- ** MSC-WARNING- MSCEWI4005 - COLLATION Albanian_BIN NOT SUPPORTED **
-- COLLATE Albanian_BIN
;
Recommendations
No additional user actions are required.
If you need more support, you can email us at [email protected]
Last updated