SELECT * FROM products WHERE products_active = 'Y' AND products_category_id = 10 LIMIT -6, 15
MySQL Error: 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 '-6, 15' at line 1
This script cannot continue, terminating.