Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created June 2, 2013 03:39
Show Gist options
  • Select an option

  • Save tyrotinal/5692552 to your computer and use it in GitHub Desktop.

Select an option

Save tyrotinal/5692552 to your computer and use it in GitHub Desktop.
mysql: update statement
UPDATE Persons SET Age=36 WHERE FirstName='Peter' AND LastName='Griffin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment