A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'style' at line 6
SELECT pt.name, a.id as artistID, a.name as artistName, p.* FROM artist a LEFT JOIN assoc_artist_product aap ON a.id=aap.artistID AND aap.alsoAppearsOn=0 LEFT JOIN product p ON aap.productID=p.id LEFT JOIN product_type pt ON p.typeID=pt.id GROUP BY p.id ORDER BY p.dateRelease DESC LIMIT 12 OFFSET style