.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

jQuery Ajax Render Fragments OR Whole Page -

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

java - Simple Command Line calculator -