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 ' 9' at line 1
SELECT * FROM skincare, category, product, inventory, brand WHERE skincare.product_id = product.product_id AND skincare.category_id = 7 AND category.category_id = 7 AND skincare.product_id = inventory.product_id AND skincare.brand_id = brand.brand_id ORDER BY brand.brand, product.product_name LIMIT , 9