WordPress database error: [Incorrect file format 'wp_comments']
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 (99) GROUP BY ID

2006 September | TicTap Blog

Archive for September, 2006

News Hawker - Fast. Seriously Geeky. Know It All

Saturday, September 23rd, 2006

This is a shameless plug for a project I’ve been working on during my free time.

I read a lot of news everyday, and I’ve been wondering why I have to visit 10+ sites to read them.

I could use a RSS reader, but it doesn’t fulfill some of my needs.

So I went to build a tool […]

WordPress database error: [Incorrect file format 'wp_comments']
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 99 AND comment_approved = '1';

WordPress database error: [Incorrect file format 'wp_comments']
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '99' AND comment_approved = '1'

No Comments »