Guest User

Untitled

a guest
Aug 11th, 2018
2,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. insert into user(username, first_name, last_name, email, password) values('username1', 'Joao', 'Pedro', 'joao@email.com', 'joao123');
  2. insert into user(username, first_name, last_name, email, password) values('username2', 'Maria', 'Julia', 'maria@email.com', 'maria123');
  3. insert into user(username, first_name, last_name, email, password) values('username3', 'Maxwell', 'Moreira', 'maxwell@email.com', 'maxwell123');
Add Comment
Please, Sign In to add comment