Guest User

Untitled

a guest
Jun 18th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. mysql> select ug_group, ug_user, user_name, user_real_name from user_groups, user where user_id = ug_user;
  2. +------------+---------+--------------------+----------------------------+
  3. | ug_group | ug_user | user_name | user_real_name |
  4. +------------+---------+--------------------+----------------------------+
  5. | bot | 2 | Danbri.org | Dan Brickley |
  6. | bot | 64 | LibbyMiller | Libby Miller |
  7. | bot | 94 | Steevc | |
  8. | bot | 213 | DanBri | Dan Brickley |
  9. | bureaucrat | 1 | WikiSysop | |
  10. | bureaucrat | 2 | Danbri.org | Dan Brickley |
  11. | bureaucrat | 6 | Kidehen | Kingsley Uyi Idehen |
  12. | bureaucrat | 7 | Mortenf | Morten Høybye Frederiksen |
  13. | bureaucrat | 10 | Melvster.com | |
  14. | bureaucrat | 16 | Tommorris | Tom Morris |
  15. | bureaucrat | 20 | Masaka | |
  16. | bureaucrat | 41 | Duck1123 | Daniel E. Renfer |
  17. | bureaucrat | 42 | Alkarex | Alexandre Alapetite |
  18. | bureaucrat | 59 | Sergey Chernyshev | Sergey Chernyshev |
  19. | bureaucrat | 64 | LibbyMiller | Libby Miller |
  20. | bureaucrat | 94 | Steevc | |
  21. | bureaucrat | 213 | DanBri | Dan Brickley |
  22. | bureaucrat | 216 | Ah1 | |
  23. | bureaucrat | 218 | Ah2 | |
  24. | bureaucrat | 223 | Akbarhossain.com | |
  25. | bureaucrat | 225 | Melvincarvalho | |
  26. | bureaucrat | 262 | Michael Hausenblas | Michael Hausenblas |
  27. | coding | 2 | Danbri.org | Dan Brickley |
  28. | sysop | 1 | WikiSysop | |
  29. | sysop | 2 | Danbri.org | Dan Brickley |
  30. | sysop | 64 | LibbyMiller | Libby Miller |
  31. | sysop | 213 | DanBri | Dan Brickley |
  32. +------------+---------+--------------------+----------------------------+
  33. 27 rows in set (0.00 sec)
Add Comment
Please, Sign In to add comment