select - Need help in MySQL statement syntax to Sum Time -


i need in mysql select statement want make query sum on time while ignoring record if less ten minutes example:

02:00 01:30 00:15 00:09 ignore 00:03 ignore result should 03:45 

i try following:

select sec_to_time( sum(time_to_sec(overtime))) late reports  ; 

please help.

select sec_to_time( sum(time_to_sec(overtime))) late reports overtime >= '00:10:00' 

Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -