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 - 2001-01-18 : 17:53:45
|
Sudheendra writes "How can i trap the result returned by a group by clause of an sql statement using sql.
eg
"select uname,sum(marks) from users group by ucat " is my statement . When i execute this statement in asp i am not able to trap the sum(marks) value.I need help.
SQL Server 7.0 Windows NT" |
|
|
|
|
|