TRIM
Description
Returns a character expression without blank spaces (TRIM in Transact-SQL).
Sample Source Pattern
Syntax
TRIM( string_expression )Arguments
string_expression: String expressions to convert.
Return Type
VARCHAR or NVARCHAR
Examples
Code:
Output:
Code:
Output:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
