mysql - Find and remove quotes within table -


so stupid question , i've tried finding within other find/replace posts didn't work/fit problem.

i have field in table randomly has " @ beggining of line , wanted know how find , remove these quotes.

thanks!

i'm guessing, can update table, , set column value same value without strings?

string replace

update table set column = replace(column_name, '"', ''); 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -