TRIM
From LongJump Support Wiki
The TRIM function removes spaces from the beginning and/or end of a string.
- Syntax
TRIM('string')
- Return
- Text string
- Example
TRIM(' krypton ') = 'krypton'
The TRIM function removes spaces from the beginning and/or end of a string.
TRIM('string')
TRIM(' krypton ') = 'krypton'