Guest User

lekcja2gpexpert

a guest
May 15th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.20 KB | None | 0 0
  1. INSERT INTO users VALUES
  2. (1, "Jan", "kowalsky"),
  3. (2, "Pixel", "qwerty"),
  4. (3, "Teodor", "123456"),
  5. (4, "Hiper", "japko"),
  6. (5, "Oli", "haslo1"),
  7. (6, "Pierniczek", "password");
  8. (7, "Demo", "pass");
Add Comment
Please, Sign In to add comment