It looks like you're new here. Sign in or register to get started.
SELECT [User ID], max ([Event Datetime]) As LastLoginDateTime FROM [Session Event] where [Client Type] = 0 and [Event Type] = 0 Group by [User ID]
Comments
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Is that what you are looking for?
I got the desired results by creating the below query for session event table.
Thanks!!