I have a problem with my queries in MySQL. My table has 4 columns and it looks something like this:
id_users id_product quantity date 1
Add a limit to the delete query
limit
delete from orders where id_users = 1 and id_product = 2 limit 1