.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
Post a Comment