Saved Bookmarks
| 1. |
How Do You Find The Last Login Time Of A User Using Dql? |
|
Answer» SELECT last_login_utc_time from dm_user where user_name=' NAME of USER' select last_login_utc_time from dm_user where user_name=' name of user' |
|