Mysql - Replace strings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 13:31, 11 September 2009
Howto replace strings in mysql dynamically =
UPDATE edilines SET mea_g = REPLACE(mea_g, ',', '.');
The above will swap all ',' with '.' in the column mea_g.