help needed in my sql

A

Anonymous

Guest
What is the column type that you're storing the duration in? Your best bet is to store it as integer seconds and SUM() them that way, then use SEC_TO_TIME() to convert it to a time format.
 
Back
Top