-2

my question can be simply described as one line:

remove string with this pattern from one column in a table: width="480" height="70"

I have searched everywhere, no solution. Hope stackoverflow can help me finally.

box k
  • 1

1 Answers1

0
UPDATE your_table
SET    your_column = REPLACE(your_column,'width="480" height="70"','')
SEarle1986
  • 2,113
  • 1
  • 7
  • 25