Différence entre Ltrim et Rtrim dans SQL Server
LTRIM() removes leading spaces from the string (spaces on the left side)
RTRIM() removes the trailing spaces.
Tiny Coders
LTRIM() removes leading spaces from the string (spaces on the left side)
RTRIM() removes the trailing spaces.