Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

difference between ltrim and rtrim in sql server

LTRIM() removes leading spaces from the string (spaces on the left side)
RTRIM() removes the trailing spaces.
 
PREVIOUS NEXT
Tagged: #difference #ltrim #rtrim #sql #server
ADD COMMENT
Topic
Name
6+3 =