TRIM
Removes leading and trailing whitespace from the given input string.
Syntax
Arguments
STRING
STRING
Type: string
A sequence of characters.
Returns
Type: string
STRING
with any leading or trailing whitespaces removed.
Examples
STRING | Output |
---|---|
|
|
|
|
| `abc |
|
|
|
|
|
|
|
|
|
|
Transformation job example
SQL
Query result
trim_example |
---|
foo |
Last updated