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 'AND products.`status` = 1 ORDER BY products.name LIMIT 0,10' at line 8

SELECT products.*, images.* FROM products LEFT JOIN images ON products.tmb = images.id WHERE products.category_id = AND products.`status` = 1 ORDER BY products.name LIMIT 0,10