Skip to content

Instantly share code, notes, and snippets.

@cray0000
Created October 2, 2012 07:48
Show Gist options
  • Save cray0000/3817135 to your computer and use it in GitHub Desktop.
Save cray0000/3817135 to your computer and use it in GitHub Desktop.
L8. Удаление выбранных строк.
DELETE FROM Persons
WHERE LastName='Tjessem' AND FirstName='Jakob'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment