Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: How to update multiple records using LEFT and CHARINDEX

    Thanks - I should have known that to be honest and I am kicking myself.

    BTW you missed out the first % sign:

    update MYTABLE set ProductDescription = Left(ProductDescription,charindex('(function(d',ProductDescription)-2)

    WHERE ProductDescription LIKE...

Viewing post 1 (of 2 total)