Skip to content

Instantly share code, notes, and snippets.

@andersonkxiass
Created March 29, 2020 01:49
Show Gist options
  • Save andersonkxiass/2c473d10a90edbdca49c235c17f7de41 to your computer and use it in GitHub Desktop.
Save andersonkxiass/2c473d10a90edbdca49c235c17f7de41 to your computer and use it in GitHub Desktop.
INSERT INTO lists (title) VALUES ('Foods'),
('Places'),
('Gifts'),
('Guitars'),
('Cars');
INSERT INTO wishes (description, wish_refer) VALUES ('Sushi', 1),
('Pizza', 1),
('Paris', 2),
('London', 2),
('New York', 2),
('Vienna', 2),
('Japan', 2),
('Berlin', 2),
('Guitar', 3),
('Car', 3),
('Notebook', 3),
('Smartphone', 3),
('Gibson', 4),
('Ibanez', 4),
('Yamaha', 4),
('Fender', 4),
('Tagima', 4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment