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 = 42 AND post_index = 1 OR topic_id = 42 AND post_index=1) OR (topic_id = 16 AND post_index = 1 OR topic_id = 16 AND post_index=5) OR (topic_id = 111 AND post_index = 1 OR topic_id = 111 AND post_index=5) OR (topic_id = 270 AND post_index = 1 OR topic_id = 270 AND post_index=1) OR (topic_id = 283 AND post_index = 1 OR topic_id = 283 AND post_index=2) OR (topic_id = 46 AND post_index = 1 OR topic_id = 46 AND post_index=10) OR (topic_id = 137 AND post_index = 1 OR topic_id = 137 AND post_index=2) OR (topic_id = 315 AND post_index = 1 OR topic_id = 315 AND post_index=3) OR (topic_id = 353 AND post_index = 1 OR topic_id = 353 AND post_index=3) OR (topic_id = 465 AND post_index = 1 OR topic_id = 465 AND post_index=3) OR (topic_id = 297 AND post_index = 1 OR topic_id = 297 AND post_index=2) OR (topic_id = 398 AND post_index = 1 OR topic_id = 398 AND post_index=3)
ORDER BY post_id ASC;