Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Fixed width problem

    Wouldn't let me edit:

     

    UPDATE TABLE1 SET Field1 = REPLLICATE(' ', 7-LEN(LTRIM(RTRIM(Field1)))) + LTRIM(RTRIM(Field1))

  • RE: Fixed width problem

    UPDATE TABLE1 SET Field1 = REPLLICATE('', 7-LEN(LTRIM(RTRIM(Field1)))) + LTRIM(RTRIM(Field1))

Viewing 2 posts - 1 through 2 (of 2 total)