Try: update wp_posts set post_content = concat(post_content,'\n');
I tested with a mediumtext field here and worked..
Torment
2010-07-11 08:15:34
Try: update wp_posts set post_content = concat(post_content,'\n');
I tested with a mediumtext field here and worked..
I don't know where my brain was. I was using HeidiSQL as the interface to MySQL, and wasn't seeing the change in the database. But it did change, which I saw once I refreshed the table data. Sorry for the false question!