Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. INSERT INTO users
  2. (id,name,age,email,pass_code)
  3. VALUES
  4. (1,'Mark',18,'mail@mail.com',123),
  5. (2,'Zak',18,'mail@mail.com',123),
  6. (3,'Djigi',18,'mail@mail.com',123),
  7.  
  8. (1,'James Petkov',18,'mail@mail.com',123), --Duplicated by id ?
  9.  
  10. (4,'Kinkinikin',18,'mail@mail.com',123),
  11. (5,'A bula bula ',18,'mail@mail.com',123),
  12. (6,'Shakazulo',18,'mail@mail.com',123);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement