How to remove left space from string

  • 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

  • Use LTRIM or RTRIM for left and right spaces on string in T-SQL

    _____________________________________________________________________________MCITP: Business Intelligence Developer (2005)

  • 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