SQL: SELECT t.*,a.* FROM [Table]threads t INNER JOIN [Table]attachments a ON t.tid=a.tid WHERE t.fid in (2,3) and t.attachment=2 and a.isimage=1 group by t.tid ORDER BY t.dateline DESC LIMIT 0,1
Error: Table 'supesite.[Table]threads' doesn't exist
Errno.: 1146