river1
SSC-Insane
Points: 24309
More actions
March 1, 2011 at 4:16 am
#143423
Hi,
I need to remove (if exists) the blank space in the beginning of a string.
The TRIM function does not exists in t-sql.
Can i do this?
Thank you
dave-dj
SSChampion
Points: 11297
March 1, 2011 at 4:23 am
#1292809
Use LTRIM or RTRIM for left and right spaces on string in T-SQL
_____________________________________________________________________________MCITP: Business Intelligence Developer (2005)
March 1, 2011 at 4:29 am
#1292812
Thank you dave
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply