MSCEWI2047
Like function does not support an argument with certain collation constraints.
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
The function behavior in Teradata supports the use of arguments with restrictions related to COLLATION, when converted SnowFlake may support only some or none.
For example, REGEXP_REPLACE supports 'de' but not 'fr'.
Example Code
Input Code:
Output Code:
Note in the output code that the column col1 was migrated as COLLATE, this case is not supported by SnowFlake thus resulting in a warning.
Recommendations
Consider changing the argument character type passed to the function.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated