SELECT tf.tid, tf.subject, tf.fid, tf.views, tf.replies, tf.dateline, tf.lastpost FROM `aaa`.`[Table]myposts` my, `aaa`.`[Table]threads` tf WHERE my.uid='1' AND tf.tid=my.tid AND tf.displayorder>='0' AND tf.readperm<'1' ORDER BY tf.dateline DESC LIMIT 0,10
SQL: SELECT t.tid, t.author, t.subject, t.fid, t.views, t.replies, t.dateline, t.lastpost FROM `aaa`.`[Table]mythreads` m, `aaa`.`[Table]threads` t WHERE m.uid='1' AND m.tid=t.tid AND t.displayorder>=0 AND t.author!='' ORDER BY t.tid DESC LIMIT 0,10
Error: Table 'aaa.[Table]mythreads' doesn't exist
Errno.: 1146