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
2010-06-22 12:54:57