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