tags:

views:

21

answers:

1

i have a column in which time lies and i want to get the sum of this column what query i should use

A: 

How are you expressing time? Minutes / Seconds in a day?

Use =SUM(). it's an aggregate function.

JonH