Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1.  
  2. mysql> select * from qwuser;
  3. +----------------------------------+------------+----------+----+-----------+--------------+-----------+-------+------------+--------------+--------------+----------------+
  4. | email | firstname | group_id | id | imgfolder | lastname | pwd | title | username | reserved_usr | reserved_pwd | homepage_owner |
  5. +----------------------------------+------------+----------+----+-----------+--------------+-----------+-------+------------+--------------+--------------+----------------+
  6. | dipa@faraday.it | Franco | NULL | 3 | NULL | Di Pangrazio | dipa | NULL | dipa | NULL | NULL | 0 |
  7. | desy.catena@mat.uniroma2.it | Desy | 10 | 2 | NULL | Catena | lelestar | NULL | daisy | pippo | pluto | 1 |
  8. | catena@mat.uniroma2.it | Desy | NULL | 4 | NULL | Catena | lelestar | NULL | dasy | NULL | NULL | 1 |
  9. | fabio.peresempio@uniroma2.it | Fabio | 3 | 5 | NULL | Peresempio | prsmp | NULL | fabio | NULL | NULL | 0 |
  10. | anna.garofalo@uniroma2.it | Anna | 5 | 6 | NULL | Garofalo | verdi | NULL | anna | anna | verdi | 0 |
  11. | carla.del.sordo@uniroma2.it | Carla | NULL | 7 | NULL | Del Sordo | xxxxxx | NULL | carla | NULL | NULL | 0 |
  12. | mostacci@mat.uniroma2.it | Elisabetta | NULL | 8 | NULL | Mostacci | xxxxxx | NULL | elisabetta | NULL | NULL | 0 |
  13. | mara.coppola@uniroma2.it | Mara | 8 | 10 | NULL | Coppola | cppl | NULL | mara | NULL | NULL | 0 |
  14. | samanta.marianelli@uniroma2.it | Samanta | 7 | 9 | NULL | Marianelli | farfalla | NULL | samanta | NULL | NULL | 0 |
  15. | calconi@mat.uniroma2.it | Laura | 9 | 11 | NULL | Calconi | clcn | NULL | laura | NULL | NULL | 0 |
  16. | amicucci@axp.mat.uniroma2.it | Giordano | 11 | 12 | NULL | Amicucci | Nathan666 | NULL | giordano | NULL | NULL | 0 |
  17. | carlo.peresempio@mat.uniroma2.it | Carlo | 3 | 13 | NULL | Peresempio | tottigool | NULL | carlo | NULL | NULL | 0 |
  18. | filippet@mat.uniroma2.it | Laura | NULL | 16 | NULL | Filippetti | flpptt | NULL | lauraf | NULL | NULL | 0 |
  19. | gandola@mat.uniroma2.it | Emanuele | NULL | 17 | NULL | Gandola | gndl | NULL | emanueleg | NULL | NULL | 0 |
  20. | daniela.buganza@uniroma2.it | Daniela | NULL | 18 | NULL | Buganza | bgnz | NULL | danielab | NULL | NULL | 0 |
  21. | mefistofele@amm.uniroma2.it | Marcello | NULL | 19 | NULL | Mefistofele | mfstfl | NULL | marcellom | NULL | NULL | 0 |
  22. +----------------------------------+------------+----------+----+-----------+--------------+-----------+-------+------------+--------------+--------------+----------------+
  23. 16 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement