• Hi Again

    Further to this I have also tried the following

    UPDATE tablename

    SET column = Ltrim(column,'0');

    But i get this when I parse

    Msg 174, Level 15, State 1, Line 2

    The ltrim function requires 1 argument(s).

    Any ideas?