TRIM
This page describes the TRIM function in Lenses SQL.
Removes leading and trailing spaces from the input expression.
Available in:
Processors | SQL Studio |
---|---|
✓ | ✓ |
Sample code:
Output:
LPAD function was used to emulate a space this way, using the TRIM function.
To know more about LPAD.
Last updated