Skip to content

Instantly share code, notes, and snippets.

@dublado
Created February 27, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dublado/9255438 to your computer and use it in GitHub Desktop.
Save dublado/9255438 to your computer and use it in GitHub Desktop.
query delete orders magento
select @order_id:=entity_id from sales_flat_order where increment_id='100000001'; delete from sales_flat_order_grid where entity_id=@order_id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment