Help me please. How can I select sum of time in seconds by today?
For example I have some table:
online | offline | ....
10:33 | 12:08 | ...
13:10 | 13:34 | ...
And I need receive sum of this periods in seconds (or minutes – it’s not important).
Thanks!
then you can use this for blocks
// Ahh and one thing. Theres an unwriten law that you never ever create a column for data you can calculate out of other columns.
On DB only: