Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Forked from sqlparser/update statement
Last active August 29, 2015 13:58
Show Gist options
  • Save ashumeow/10098234 to your computer and use it in GitHub Desktop.
Save ashumeow/10098234 to your computer and use it in GitHub Desktop.
UPDATE employees(SET department_id = 70,dname ="sales",location ="ca" WHERE employee_id = 113);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment