![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » String Functions » TRIM |
TRIM(LEADING|TRAILING|BOTH <CharacterExpression> FROM <StringExpression>) TRIM(LEADING|TRAILING|BOTH <CharacterExpression>, <StringExpression>) <StringExpression> = Type of: CHARACTER|CHAR CHARACTER VARYING|VARCHAR GUID CHARACTER LARGE OBJECT|CLOB
Same as input
Keyword | Description |
LEADING | Deletes the character in the leading portion of the string. |
TRAILING | Deletes the character in the trailing portion of the string. |
BOTH | Deletes the character at both ends of the string. |
SELECT TRIM(TRAILING ' ' FROM CustomerID) AS CustomerID FROM Customers
Deviation | Details |
Argument Separator | The use of a comma separator for the function arguments is an ElevateDB extension. |
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |