Jump to content

select sum(time) from table


Jgl_73

Recommended Posts

I have problems summing up times using the following select:

 

$Query ="SELECT SUM(TimeField) from myTable";

 

I have tried to set to TimeField to be a TIME and a TIMESTAMP field.

What MySQL does it summarizes the time, but it counts to 100 on seconds and minutes.

 

1) 00:45:50

2) 00:20:21 => Output: 6571

I would like perform a select where I get to total time from all the records in HH:MM:SS format. Can anyone help please!

Link to comment
https://forums.phpfreaks.com/topic/1365-select-sumtime-from-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.