Hi Thanks for your reply..I also did something on the same lines..
I added another field to the wp_posts table.
demo_content= CONCAT('text', post_content)
Once I was satisfied with the result, I renamed demo_content to post_content(and original post_content to something else).