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?
update table set column = replace(column_name, '"', '');
Comments
Post a Comment