Hi all
It was suggested to me to use the following SQL statement
select Access."Key", UserKey, Access, Advised
from access
where (UserKey, Access."Key") in (select UserKey, max(Access."key")
from access
group by UserKey)
order by UserKey
to get the following...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.