Could someone give me a hand with this - I want to know how many users are logged in to my app using the client.lvisit variable. I want a count of how many people have logged in within the last 8 hours.
select * from cglobal
where lvisit <= 8 hours
Could someone give me a hand with this - I want to know how many users are logged in to my app using the client.lvisit variable. I want a count of how many people have logged in within the last 8 hours.
select * from cglobal
where lvisit <= 8 hours