LTRIM
Removes any leading whitespace from a given string.
Syntax
Arguments
STRING
STRING
Type: string
A sequence of characters.
Returns
Type: string
STRING
with any leading whitespaces removed.
Examples
STRING | Output |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Transformation job example
SQL
Query result
ltrim_example |
---|
|
Last updated