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