SQL Error: Table 'booru2.comments' doesn't exist
Query: SELECT image_id,MAX(posted) AS latest FROM comments GROUP BY image_id ORDER BY latest DESC LIMIT ?,?