SSC-FDM-TS0002
Description
This message is shown when there is a collate clause that is not supported in Snowflake.
Code Example
Input Code:
SELECT 'a' COLLATE Latin1_General_CI_AS_WS;
Output Code:
SELECT 'a' COLLATE 'EN-CI-AS' /*** SSC-FDM-TS0002 - COLLATION FOR VALUE WS NOT SUPPORTED ***/;
Recommendations
No additional user actions are required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated