Which users
select DISTINCT LUX.USER_ID, LUX.USER_NAME from BPM_USR_RUNTIME_PROPS burp, LSW_USR_XREF lux where BURP.USER_ID = LUX.USER_ID and burp.ONLINE_STATUS = 'T'
How Many
select count(distinct USER_ID) from BPM_USR_RUNTIME_PROPS where ONLINE_STATUS = 'T'