In table there are 2 column, arrival time (datetime) and finish time (datetime)
I want to find response time ( finish time - arrival time ) and keep in (HH:MI:SS)
finally I want to find average response time in HH:MI:SS

how can I do ? Help me please