WordPress database error: [Table 'bl0g0mund05.fa_comments' doesn't exist]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM fa_posts
LEFT JOIN fa_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE ID IN (33)
GROUP BY ID
WordPress database error: [Table 'bl0g0mund05.fa_comments' doesn't exist]
SELECT comment_ID, comment_author, comment_author_email,
comment_author_url, comment_date, comment_date_gmt, comment_content, comment_post_ID,
fa_posts.ID, fa_posts.post_password FROM fa_comments
LEFT JOIN fa_posts ON comment_post_id = id WHERE comment_post_ID = '33'
AND fa_comments.comment_approved = '1' AND (fa_posts.post_status = 'publish' OR fa_posts.post_status = 'static')
AND post_date < '2008-11-21 11:03:59'
ORDER BY comment_date DESC LIMIT 10