Possibly related:
WordPress database error: [Table 'samdevol_wendy.wp_post2cat' doesn't exist]
SELECT DISTINCT posts.ID, posts.post_title, posts.post_date, posts.comment_count
FROM wp_posts posts, wp_post2cat post2cat
WHERE posts.ID <> 14
AND posts.post_status = 'publish'
AND posts.ID = post2cat.post_id
AND post2cat.category_id IN(3,9)
AND posts.post_date > 20080107161935
ORDER BY RAND()
LIMIT 5
Category:

