SSC-EWI-TD0031
The result may differ due to char type having a fixed length in Teradata
Severity
Low
Description
Since Teradata CHAR data type has a fixed length, some functions such as LIKE will try to match the complete column instead of the word inserted into the column, resulting in false matches. However, Snowflake the CHAR type is of variable size, meaning that the LIKE functions will always try to match against the inserted values. Take the following code as an example:
Example Code
Input:
IN -> Teradata_01.sql
Output:
OUT -> Teradata_01.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated