Úvod / Příslušenství / Hledací cívky

Dotaz: SELECT SQL_CALC_FOUND_ROWS A.id, A.name, A.perex, A.uri, A.vat, A.category_id, A.category_uri, A.status_vo, A.status_2, A.status_3, A.created_at FROM product_active_1 as A INNER JOIN htree_menu_1 AS T on A.category_id = T.id LEFT JOIN product_multicategory M ON A.id = M.product_id WHERE (M.category_id IN (2257,2257) OR T.id IN (2257)) AND A.price_min > 0 GROUP BY A.id ORDER BY A.name ASC LIMIT -3000, 1000
Chyba: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-3000, 1000' at line 16