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 toy, category, gender, product, inventory, brand WHERE toy.product_id = product.product_id AND toy.category_id = 1 AND toy.gender_id = 1 AND category.category_id = 1 AND gender.gender_id = 1 AND toy.product_id = inventory.product_id AND toy.brand_id = brand.brand_id ORDER BY brand.brand, product.product_name LIMIT , 9