Quote:
Originally Posted by randirsa
Sql Server doesn't have Trim() function. But SQL does have LTRIM() and RTRIM() which can trim leading and trailing spaces.
|
you copied that right off
this page, and repeated the same logical confusion
SQL Server, the database product, doesn't have TRIM, so you have to use RTRIM and LTRIM
SQL, the standard language, does (and doesn't have RTRIM or LTRIM)
please make sure that you always say the full name "SQL Server" when you refer to microsoft's product, especially when you use both terms at the same time, like you did
