Advertisement
Guest User

Untitled

a guest
Jul 14th, 2017
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. mysql> SELECT id, email, first_name, last_name, active, last_login_at, last_request_at FROM users;
  2. +----+-------------------------------+---------------+-----------------+--------+---------------------+---------------------+
  3. | id | email | first_name | last_name | active | last_login_at | last_request_at |
  4. +----+-------------------------------+---------------+-----------------+--------+---------------------+---------------------+
  5. | 1 | demo+admin@hy.ly | Hy.ly | Admin | 1 | 2017-07-10 05:47:36 | 2017-07-13 15:11:11 |
  6. | 2 | demo+pm@hy.ly | Demo | PM | 1 | 2016-03-28 08:36:44 | 2016-03-30 16:29:46 |
  7. | 3 | demo+pm.7thflats@hy.ly | Demo.7thFlats | PM | 1 | 2015-09-10 18:40:20 | 2016-03-28 08:44:30 |
  8. | 4 | demo+pm.frasier@hy.ly | Demo.Frasier | PM | 1 | 2017-02-26 17:56:10 | 2017-02-26 17:56:10 |
  9. | 5 | demo+pm.frasier2@hy.ly | Demo.Frasier2 | PM | 1 | NULL | NULL |
  10. | 6 | demo+maintainer.frasier@hy.ly | Demo.Frasier | Maintainer | 1 | NULL | 2015-09-16 11:06:54 |
  11. | 7 | relee@bozzuto.com | Robert | Lee | 1 | 2015-12-15 19:28:11 | 2015-12-24 17:08:42 |
  12. | 8 | tbutler@bozzuto.com | Todd | Butler | 1 | 2016-08-16 13:43:03 | 2017-01-24 19:32:24 |
  13. | 9 | schapa@bozzuto.com | Stephanie | Chapa | 1 | 2016-09-27 19:14:53 | 2016-09-27 18:55:50 |
  14. | 10 | ecarter@bozzuto.com | Ellen | Carter | 1 | 2017-05-11 20:27:36 | 2017-05-11 20:27:36 |
  15. | 11 | cherberg@bozzuto.com | Cynthia | Herberg | 1 | NULL | NULL |
  16. | 12 | ssilvera@bozzuto.com | Susan | Silvera | 1 | 2017-02-07 14:48:49 | 2017-03-06 17:50:41 |
  17. | 13 | bmader@bozzuto.com | Blair | Mader | 1 | NULL | 2016-12-02 18:02:21 |
  18. | 14 | kristin.simms@bozzuto.com | Kristin | Simms | 1 | 2017-07-12 13:33:36 | 2017-07-12 13:33:36 |
  19. | 15 | cthompson@bozzuto.com | Cassie | Thompson | 1 | 2016-08-05 17:03:47 | 2016-08-05 17:03:47 |
  20. | 16 | kkelleher@bozzuto.com | Kayla | Kelleher | 1 | 2017-03-22 16:01:20 | 2017-03-30 19:13:20 |
  21. | 17 | kkelleher+pm@bozzuto.com | Kayla | PropertyManager | 1 | 2017-01-20 19:58:30 | 2017-02-03 17:31:09 |
  22. | 18 | nick.royce@bozzuto.com | Nick | Royce | 1 | 2017-06-16 14:41:07 | 2017-06-16 14:41:07 |
  23. | 19 | lmayer@bozzuto.com | Lee | Mayer | 1 | NULL | NULL |
  24. | 20 | tn@hy.ly | Tin | Nguyen | 1 | 2016-12-29 19:57:40 | 2016-12-29 19:55:40 |
  25. | 21 | kim.shires@bozzuto.com | Kim | Shires | 1 | 2017-03-30 18:55:50 | 2017-04-10 20:53:17 |
  26. | 22 | azecca@bozzuto.com | Angela | Zecca | 1 | 2017-01-25 01:32:58 | 2017-01-25 01:32:58 |
  27. | 23 | azecca+PM@bozzuto.com | Angela | Zecca | 1 | NULL | 2017-01-27 18:21:58 |
  28. | 24 | azecca+SVP@bozzuto.com | Angela | Zecca | 1 | NULL | NULL |
  29. | 25 | mbarry@bozzuto.com | Michael | Barry | 1 | 2017-02-24 14:11:32 | 2017-03-17 18:00:17 |
  30. | 26 | mike@cornellbiz.com | Mike | Cornell | 1 | 2017-02-26 03:19:43 | 2017-02-27 02:06:43 |
  31. +----+-------------------------------+---------------+-----------------+--------+---------------------+---------------------+
  32. 26 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement