Hi
As an input file I have a list of times(durations) in the format hh:mm:ss .
I created a table with a column of datetime and have written these in the format '1900/01/01 hh:mm:ss'.
I am trying to get an avearge of these durations.
I would also like to calculate the total in days, hours and minutes.
I suspect that maybe my column datatype is the incorrect choice.
Am I way off track ?
As an input file I have a list of times(durations) in the format hh:mm:ss .
I created a table with a column of datetime and have written these in the format '1900/01/01 hh:mm:ss'.
I am trying to get an avearge of these durations.
I would also like to calculate the total in days, hours and minutes.
I suspect that maybe my column datatype is the incorrect choice.
Am I way off track ?