mysql server cannot execute query

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 product_status=1 AND transaction_id IS NULL ORDER BY product_id DESC' at line 1

select * from products where category_id= AND product_status=1 AND transaction_id IS NULL ORDER BY product_id DESC