Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-09-25 : 09:25:00
|
| sore_ron writes "I have to return only the sum value from a column I have selected. I dont want the columns displayed only the computed sum value. How do I do it?" |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-09-25 : 09:36:02
|
| select sum(column) from tableJay White{0} |
 |
|
|
|
|
|