Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Last active April 18, 2019 06:33
Show Gist options
  • Save a1exlism/093ea92fb4a282d6fb746517b4bdca1d to your computer and use it in GitHub Desktop.
Save a1exlism/093ea92fb4a282d6fb746517b4bdca1d to your computer and use it in GitHub Desktop.
INSERT into user (`mail`, `name`, `pwd`) values
('test1@gmail.com', 'test1', 'pwd1'),
('test2@gmail.com', 'test2', 'pwd2'),
('test3@gmail.com', 'test3', 'pwd3');
INSERT INTO `table` (`name`, `pass`) VALUES
('myname', 'mypass'),
('myname2', 'mypass2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment