TRIM
Syntax
TRIM(<expr>)
Description
Returns <expr> with any leading or trailing whitespace (spaces or tabs) removed. Leading whitespace can be removed with LTRIM and trailing with RTRIM.
TRIM(<expr>)
Returns <expr> with any leading or trailing whitespace (spaces or tabs) removed. Leading whitespace can be removed with LTRIM and trailing with RTRIM.