Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created June 12, 2021 21:29
Show Gist options
  • Save bartubozkurt/a9e3a04c88dd86d3e63c9b8d24ed193f to your computer and use it in GitHub Desktop.
Save bartubozkurt/a9e3a04c88dd86d3e63c9b8d24ed193f to your computer and use it in GitHub Desktop.
INSERT statement when inserting multiple records
INSERT INTO Employees (employee_id, last_name, first_name)
VALUES
(10, ‘Bozkurt’,’Bartu’),
(11, ‘Anderson,’Sarah’);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment