Removes leading, trailing, or both spaces or characters from a string.
trim_expression: The characters to trim.
expression: The expression to be trimmed.
Examples
If you do not specify a keyword before trim_expression
, it defaults to BOTH. If you do not specify trim_expression
, it defaults to a space. Organizations using Oracle will always receive a NULL
return if this function is used with an empty string.