SQL: SELECT t.tid, t.subject, t.views, t.replies, t.author, t.lastpost, t.lastposter FROM [Table]threads t INNER JOIN cdb_myposts m ON m.uid = '4' AND m.tid = t.tid WHERE t.lastposter<>'能哥' ORDER BY t.lastpost DESC LIMIT 10
Error: Table 'sql_nenge123.cdb_myposts' doesn't exist
数据表缺失,请恢复备份数据
An error report has been dispatched to our administrator.