I have a table A which have Start_time and End_time as columns, i am calculating the difference of these two columns as
Select timediff(End_time, Start_time) as TF from A
Now i want to sum of all time periods present ln TF column.
I searched alot but could not found anything related to it