Created
June 12, 2021 21:29
-
-
Save bartubozkurt/a9e3a04c88dd86d3e63c9b8d24ed193f to your computer and use it in GitHub Desktop.
INSERT statement when inserting multiple records
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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