Saphirah
Active member
- Local time
- Today, 21:44
- Joined
- Apr 5, 2020
- Messages
- 163
Hello everyone,
i have a table with multiple timestamps and corresponding Actions.
00:00:01 - Action 1
00:00:04 - Action 2
00:00:10 - Action 3
00:01:00 - Action 4
00:01:23 - Action 5
I need a query that outputs the time that passed between those actions.
The end result should look similar to this:
00:00:01 - Action 1
00:00:03 - Action 2
00:00:06 - Action 3
00:00:50 - Action 4
00:00:23 - Action 5
To be honest though, i have no idea where to even start.
Can someone help me with this problem?
Thank you very much!
i have a table with multiple timestamps and corresponding Actions.
00:00:01 - Action 1
00:00:04 - Action 2
00:00:10 - Action 3
00:01:00 - Action 4
00:01:23 - Action 5
I need a query that outputs the time that passed between those actions.
The end result should look similar to this:
00:00:01 - Action 1
00:00:03 - Action 2
00:00:06 - Action 3
00:00:50 - Action 4
00:00:23 - Action 5
To be honest though, i have no idea where to even start.
Can someone help me with this problem?
Thank you very much!