Advertisement
Guest User

Untitled

a guest
May 27th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. call next value for hibernate_sequence
  2. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'john.doe@gmail.com', 'John', 'Doe', '123456', 'john', 1);
  3. call next value for hibernate_sequence
  4. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'jane.doe@gmail.com', 'Jane', 'Doe', '123456', 'jane', 2);
  5. call next value for hibernate_sequence
  6. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'stavri.stavrev@gmail.com', 'Stavri', 'Stavrev', '123456', 'stavri', 3);
  7. call next value for hibernate_sequence
  8. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'metodi@gmail.com', 'Metodi', 'Mancheno', '123456', 'metodi', 4);
  9. call next value for hibernate_sequence
  10. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'rodrigo.perez@gmail.com', 'Rodrigo', 'Perez', '123456', 'rodrigo', 5);
  11. call next value for hibernate_sequence
  12. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'ivan.ivanov@hotmal.com', 'Ivan', 'Ivanov', '123456', 'ivan', 6);
  13. call next value for hibernate_sequence
  14. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'hristo.stoichko@outlook.com', 'Hristo', 'Stoichkov', '123456', 'fsdfhjhdg', 7);
  15. call next value for hibernate_sequence
  16. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'gatso@batsovamahala.com', 'Gatso', 'Batsov', '123456', 'fsdfsfsfv', 8);
  17. call next value for hibernate_sequence
  18. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'bruce@gmail.com', 'Bruce', 'Willis', '123456', 'bruce2d2', 9);
  19. call next value for hibernate_sequence
  20. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'will@smith.com', 'Will', '3333', '123456', 'dadadad', 10);
  21. call next value for hibernate_sequence
  22. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'hristo.stoichko@outlook.com', 'Hristo', 'Stoichkov', '123456', 'stoichkov22', 11);
  23. call next value for hibernate_sequence
  24. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'gatso@batsovamahala.com', 'Gatso', 'Batsov', '123456', 'batsov', 12);
  25. call next value for hibernate_sequence
  26. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'bruce@gmail.com', 'Bruce', 'Willis', '123456', 'willice2', 13);
  27. call next value for hibernate_sequence
  28. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'will@smith.com', 'Will', 'Smith', '123456', 'smith123', 14);
  29. call next value for hibernate_sequence
  30. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'hristo.stoichko@outlook.com', 'Adsdsd', 'dadad', '123456', 'fsdfsdfsf', 15);
  31. call next value for hibernate_sequence
  32. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'gatso@batsovamahala.com', 'fsfsf', 'fff', '123456', 'gggg', 16);
  33. call next value for hibernate_sequence
  34. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'bruce@gmail.com', 'fsfsf', 'fsfsf', '123456', 'ccssfsf', 17);
  35. call next value for hibernate_sequence
  36. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'will@smith.com', 'sfsfsf', 'fsfsfsf', '123456', 'sfsfsf', 18);
  37. call next value for hibernate_sequence
  38. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'hristo.stoichko@outlook.com', 'Hristo', 'Stoichkov', '123456', 'kamata', 19);
  39. call next value for hibernate_sequence
  40. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'gatso@batsovamahala.com', 'Gatso', 'Batsov', '123456', 'gatso', 20);
  41. call next value for hibernate_sequence
  42. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'bruce@gmail.com', 'Bruce', 'Willis', '123456', 'bruce', 21);
  43. call next value for hibernate_sequence
  44. insert into User (address, age, country, email, firstName, lastName, password, username, id) values ('Studentska str. 8', 22, 'BG', 'will@smith.com', 'Will', 'Smith', '123456', 'will', 22);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement