.net - finding the sum of a column -


i have 3 columns in table first 1 start time, second 1 end time , third 1 duration.

now want find out sum of duration column, ideas how can it?

however using .net programming language

 select sum(duration) tablename 

Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

iphone - Using nested NSDictionary with Picker -