Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 8, 2014 06:52
Show Gist options
  • Save sqlparser/10098122 to your computer and use it in GitHub Desktop.
Save sqlparser/10098122 to your computer and use it in GitHub Desktop.
update statement
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