Add to text

  • have 0ne field, model. Need to add a -R to the end of the text that is in this field

    ie...before, LK590

    After......, LK590-R

    Thxs...in advance

  • update tablename

    set model = rtrim(model) + '-R'

    from tablename

  • just this part:

    update tablename

    set model = rtrim(model) + '-R'

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

You must be logged in to reply to this topic. Login to reply