Parameter | Type |
---|---|
value | string |
Returns: string
Example
query:
SELECT TRIM(" Superb Menu ")
results:
trim |
---|
Superb Menu |
The string function used to trim any leading or trailing spaces from either end of a string.
Parameter | Type |
---|---|
value | string |
query:
SELECT TRIM(" Superb Menu ")
results:
trim |
---|
Superb Menu |