• Kingston Dhasian (1/22/2010)


    Try this if this works..

    UPDATE Table SET Column = REPLACE( Column, RIGHT(Column, 3), '' )

    This won't work if the last 3 characters are used in the same sequence elsewhere in the string. I'd really go with the left(len)) option here.