SQL: SELECT authorid, author, dateline FROM [Table]posts
WHERE tid = '4' AND bonused = 1 AND first != 1 GROUP BY authorid ORDER BY dateline LIMIT 50
Error: Unknown column 'bonused' in 'where clause'
Errno.: 1054
Similar error report has been dispatched to administrator before.