Created
October 17, 2014 22:09
-
-
Save olund/353150864c690918a425 to your computer and use it in GitHub Desktop.
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 Deliveries (S, P, QTY) | |
VALUES (1, 1, 300), | |
(1,2,200), | |
(1,3,400), | |
(1,4,200), | |
(1,5,100), | |
(1,6,100), | |
(2,1,300), | |
(2,2,400), | |
(3,2,200), | |
(4,2,200), | |
(4,4,300), | |
(4,5,400); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment