Need Quick help to get report of users with last logins
I need to get list of all Users with their last login details + users did not login.
The main idea is to get complete list of users without any duplication, I tried to run the below sql with max( entry_time),however i could not get the result and also trying to get list of users who did not login.
I believe, this can be acheived with outer join, but am expert on SQL language, so, anybody can help me out here?
Below is example query, am working on it
select tc.objid,tc.FIRST_NAME, tc.LAST_NAME