SQL: SELECT t.* , b.message FROM [Table]threads t
WHERE t.tid IN (85,88) AND t.displayorder IN (2, 3)
ORDER BY displayorder DESC, lastpost DESC
LIMIT 0, 2
Error: Unknown table 'b' in field list
Errno.: 1109
Similar error report has beed dispatched to administrator before.