SUBSTRING
Translation specification for the SUBSTRING/SUBSTR functions to their Snowflake equivalents
Description
Extracts a substring from a given input string. For more information check SUBSTRING/SUBSTR.
When the value to start getting the substring (n1) is less than one SUBSTR_UDF is inserted instead.
Sample Source Patterns
SUBSTRING transformation
Teradata
IN -> Teradata_01.sql
Snowflake
OUT -> Teradata_01.sql
Related EWIs
No related EWIs.
Last updated