WordPress database error: [Table 'kaaku_blog.wp_comments' doesn't exist]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE post_status = 'publish' AND ID IN (51) GROUP BY ID

Kaaku’s blog » 2006 » June

Archive for June, 2006

Win lose

Wednesday, June 14th, 2006 at about 10:51 pm

It does’nt matter if you win. Because each time you win someone loses.
How can that feel good?

Posted in General
by divisha

WordPress database error: [Table 'kaaku_blog.wp_comments' doesn't exist]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 51 AND comment_approved = '1';

WordPress database error: [Table 'kaaku_blog.wp_comments' doesn't exist]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '51' AND comment_approved = '1'

Leave a Comment