WordPress database error: [Table 'db_art.artcomments_comments' doesn't exist]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM artcomments_posts
LEFT JOIN artcomments_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE ID IN (2)
GROUP BY ID