I have values like this in a column.
Lock
Unlock
Logon
Shutdown
I want to get the next value and check it with the previous value. i.e If the previous session is lock and next session is unlock the total utilization is 0. I need to do some calculation like this. How to get the next values?
↧