Skip to content

Instantly share code, notes, and snippets.

@danielmackay
Created March 3, 2015 05:59
Show Gist options
  • Select an option

  • Save danielmackay/da8edf445cad923d80c7 to your computer and use it in GitHub Desktop.

Select an option

Save danielmackay/da8edf445cad923d80c7 to your computer and use it in GitHub Desktop.
Delete join #sql
delete a
from tbla a
inner join tblb b
on b.id = a.ID
where b.Name = 'Test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment