.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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -