Skip to content

Instantly share code, notes, and snippets.

@olund
Created October 17, 2014 22:09
Show Gist options
  • Select an option

  • Save olund/353150864c690918a425 to your computer and use it in GitHub Desktop.

Select an option

Save olund/353150864c690918a425 to your computer and use it in GitHub Desktop.
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