You are on page 1of 1

select COGIPF_USERNAME,

COGIPF_USERID
from
AUDIT_COGNOS.COGIPF_USERLOGON
where COGIPF_LOCALTIMESTAMP > sysdate - 12/24
-- El n/24 representa las hor
as
and
cogipf_userid not in ('cognos.es','amartinl')
group by COGIPF_USERNAME,
COGIPF_USERID
order by COGIPF_USERNAME

You might also like