查询语句错误 [1194] 错误信息: Table 'pre_forum_forumfield' is marked as crashed and should be repaired SQL: SELECT f.fid, f.fup, f.type, f.name, f.threads, f.posts, f.todayposts, f.lastpost, f.inheritedmod,
f.forumcolumns, f.simple, ff.description, ff.moderators, ff.icon, ff.viewperm, ff.redirect, ff.extra
FROM pre_forum_forum f
LEFT JOIN pre_forum_forumfield ff USING(fid)
WHERE f.status IN ('1','2') ORDER BY f.type, f.displayorder