TRIM
String Function
Description
The TRIM function Trims a string by blanks or specified characters.
In Redshift, it is possible to specify where to perform a trim operation using keywords (BOTH
, LEADING
, or TRAILING
). This functionality can be replicated in Snowflake by using the TRIM
, LTRIM
, and RTRIM
functions, respectively.
Grammar Syntax
This function is fully supported by Snowflake.
Sample Source Patterns
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Know Issues
No issues were found.
Related EWIs
There are no known issues.
Last updated