Last active
January 2, 2016 00:29
-
-
Save Boztown/8223493 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 `users` (`firstname`,`lastname`,`email`,`country`,`avatar_id`) VALUES ('Finn','','[email protected]','Malaysia,'19'); | |
INSERT INTO `users` (`firstname`,`lastname`,`email`,`country`,`avatar_id`) VALUES ('Kaseem','','Curabitur.vel.lectus@malesuadaIn egerid.edu','Seychelles','70'); | |
INSERT INTO `users` (`firstname`,`lastname`,`email`,`country`,`avatar_id`) VALUES ('Nolan','','[email protected],'Costa Rica','27'); | |
INSERT INTO `users` (`firstname`,`lastname`,`email`,`country`,`avatar_id`) VALUES ('Marcia','','[email protected],'Portugal','57'); | |
INSERT INTO `users` (`firstname`,`lastname`,`email`,`country`,`avatar_id`) VALUES ('Aurelia','','[email protected],'Hong Kong','83'); | |
INSERT INTO `users` (`firstname`,`lastname`,`email`,`country`,`avatar_id`) VALUES ('Avram','','[email protected]','Gibraltar,'98'); | |
INSERT INTO `users` (`firstname`,`lastname`,`email`,`country`,`avatar_id`) VALUES ('Alexander','','[email protected]','Iceland,'55); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment