Simple calculation in SQL Server

Posted by meep on Stack Overflow See other posts from Stack Overflow or by meep
Published on 2009-05-08T08:58:28Z Indexed on 2010/05/26 20:01 UTC
Read the original article Hit count: 197

Filed under:
|
|

I got a distance field in my database that stores the distance traveled on a specific route.

I need to select all the distance fields and plus them together, then returning the result from my stored procedure.

How can this be done?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about tsql