.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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -