SQL: SELECT t.tid, t.subject, t.fid, t.views, t.replies, t.dateline, t.lastpost FROM `test`.`[Table]threads` t WHERE t.blog='1' AND t.authorid='3805' AND t.displayorder>=0 ORDER BY t.tid DESC LIMIT 0,20
Error: Unknown column 't.blog' in 'where clause'
这是问题怎么解决呢???