Hello I was able to work around this by converting the time total column into seconds then devide by 3600 like this time_to_sec(timediff(`startup time`,`shutdown time`)) / 3600 AS `TIME TOTAL` OR time_to_sec(`time total`) AS `TIME TOTAL` I'm using mysql so hope this help's Travis