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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -