SQL: SELECT t . * , a . *
FROM [Table]threads t
INNER JOIN [Table]attachments a ON t.tid = a.tid AND t.authorid = a.uid
WHERE a.isimage=1
GROUP BY t.tid ORDER BY t.dateline DESC LIMIT 0,11
Error: Table 'news.[Table]threads' doesn't exist
Errno.: 1146