SSC-FDM-PG0011
The use of the COLLATE column constraint has been disabled for this pattern-matching condition
Description
This message is added when a pattern-matching condition uses arguments with COLLATE specifications, as they are not currently supported in Snowflake's regular expression function. Consequently, the COLLATE clause must be disabled to use this function, which may result in differences in the results.
Code Example
Input Code:
Output Code:
Recommendations
If you require equivalence for these scenarios, you can manually add the following parameters to the function to achieve functional equivalence:
Parameter
Description
c
Case-sensitive matching
i
Case-insensitive matching
For more information please refer to the following link.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated