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 '-16, 16' at line 11
SELECT
*
FROM products as p
LEFT JOIN products_description as pd ON ( pd.products_id = p.products_id )
LEFT JOIN products_to_categories as p2c ON ( p2c.products_id = p.products_id )
WHERE
p.products_status = '1' AND
pd.language_id = '1' AND
( p2c.categories_id = '282' OR p2c.categories_id = '283' OR p2c.categories_id = '284' OR p2c.categories_id = '285' OR p2c.categories_id = '286' )
GROUP by p.products_id
ORDER by p.products_startpage DESC, p.products_startpage_sort ASC LIMIT -16, 16
[XT SQL Error]