Skip to content

Instantly share code, notes, and snippets.

@cray0000
Created October 2, 2012 07:45
Show Gist options
  • Save cray0000/3817118 to your computer and use it in GitHub Desktop.
Save cray0000/3817118 to your computer and use it in GitHub Desktop.
L7. Изменение необходимых строк.
UPDATE Persons
SET Address='Nissestien 67', City='Sandnes'
WHERE LastName='Tjessem' AND FirstName='Jakob'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment