I want to change all the text XXX to YYY in the posts_text table.
1 | Happy XXX | 2 | Super XXX |
I know i can do that in the phpMyAdmin by running a queries.
Can someone let me know what should i write ?
read the SQL manual about the UPDATE query syntax, and about the string function REPLACE() (note: replace, and not 'replace into'