#1124

Delete cancelled orders

Database cleanup: delete every cancelled order (status cancelled) from the orders table. Do not touch the other orders.

Just INSERT/UPDATE/DELETE — no trailing SELECT needed.

Your query result will appear here