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