|
|
|
|
|
|
![]() |
#4 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Code:
create table wp_postsbk select * from wp_posts; update wp_posts set post_content=replace(post_content,'oldstringtoreplace','newstringtouse'); Code:
delete from wp_posts; insert into wp_posts select * from wp_postsbk;
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
|
|