Skip to content

Instantly share code, notes, and snippets.

@Sean-Bradley
Last active December 20, 2019 14:01
Show Gist options
  • Save Sean-Bradley/bfb0058b03c62227fce40358177aa2c8 to your computer and use it in GitHub Desktop.
Save Sean-Bradley/bfb0058b03c62227fce40358177aa2c8 to your computer and use it in GitHub Desktop.
INSERT INTO `exampledb`.`flat_table_example`
(`username`,
`total`)
VALUES
('Cat',56),
('Dog',5),
('Lizard',4),
('Crocodile',2),
('Koala',50),
('Cassowary',2),
('Peacock',1),
('Emu',1),
('Kangaroo',1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment