You are not logged in. Register | Login | Help
Pages: 1
I keep finding myself editing tens of db entries for unwanted chars such as “,” etc.
Which would be the best approach for having unwanted chars removed/replaced from specific columns in MySQL?
Thanks, Gerhard.
Last edited by gerhard (2005-10-17 11:41:14)
Twitter | Github
Offline
Answer found: update textpattern set custom_1 = replace(custom_1,”,”,”“);