Skip to content

Instantly share code, notes, and snippets.

@aaronmcadam
Created September 9, 2010 11:07
Show Gist options
  • Save aaronmcadam/571726 to your computer and use it in GitHub Desktop.
Save aaronmcadam/571726 to your computer and use it in GitHub Desktop.
Delete multiple tables
DELETE a, b
FROM `dt_orders` AS a, `dt_purchases` AS b
WHERE `Email_Address` = '[email protected]'
AND a.id = b.OrderID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment