This is how I imported posts from my old blog to this blog.
insert into wp_posts(post_date, post_content, post_title ) select date, post_content, post_title from post
This is how I imported posts from my old blog to this blog.
insert into wp_posts(post_date, post_content, post_title ) select date, post_content, post_title from post