SQL: SELECT tf.tid, tf.subject, tf.fid, tf.views, tf.replies, tf.dateline, tf.lastpost FROM `loudh_2007`.`[Table]myposts` my, `loudh_2007`.`[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
Error: Table 'loudh_2007.[Table]myposts' doesn't exist
Errno.: 1146