WordPress database error: [Table './mercy_wrdp1/wp_sfposts' is marked as crashed and should be repaired]
SELECT DISTINCT forum_id, topic_id
FROM wp_sfposts
ORDER BY post_id DESC LIMIT 15;
WordPress database error: [Table './mercy_wrdp1/wp_sfposts' is marked as crashed and should be repaired]
SELECT post_id, topic_id, forum_id, post_date, UNIX_TIMESTAMP(post_date) as udate, guest_name, wp_sfposts.user_id, post_index, post_status, wp_sfmembers.display_name
FROM wp_sfposts
LEFT JOIN wp_sfmembers ON wp_sfposts.user_id = wp_sfmembers.user_id
WHERE (topic_id = 223 AND post_index = 1 OR topic_id = 223 AND post_index=2) OR (topic_id = 276 AND post_index = 1 OR topic_id = 276 AND post_index=4) OR (topic_id = 77 AND post_index = 1 OR topic_id = 77 AND post_index=3) OR (topic_id = 361 AND post_index = 1 OR topic_id = 361 AND post_index=5) OR (topic_id = 530 AND post_index = 1 OR topic_id = 530 AND post_index=1)
ORDER BY post_id ASC;