Changes between Initial Version and Version 1 of Ticket #27128, comment 7
- Timestamp:
- Aug 27, 2016, 7:18:23 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27128, comment 7
initial v1 52 52 53 53 SELECT "user"."id" FROM "user" ORDER BY "user"."last_login" DESC 54 55 I made sort by default as 'email' or 'username' and I had properly results. 56 57 Problem with 'last_login' may be only single - not all users have this field not None