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 = 216 AND post_index = 1 OR topic_id = 216 AND post_index=2) OR (topic_id = 60 AND post_index = 1 OR topic_id = 60 AND post_index=8) OR (topic_id = 256 AND post_index = 1 OR topic_id = 256 AND post_index=2) OR (topic_id = 269 AND post_index = 1 OR topic_id = 269 AND post_index=1) OR (topic_id = 197 AND post_index = 1 OR topic_id = 197 AND post_index=4) OR (topic_id = 115 AND post_index = 1 OR topic_id = 115 AND post_index=3) OR (topic_id = 299 AND post_index = 1 OR topic_id = 299 AND post_index=3) OR (topic_id = 314 AND post_index = 1 OR topic_id = 314 AND post_index=4) OR (topic_id = 523 AND post_index = 1 OR topic_id = 523 AND post_index=3)
ORDER BY post_id ASC;