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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 group by

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-27 : 10:19:02
Robi writes "Dear M:

My question is the following query is the same:

select... from ....group by a, b, c
and
select....from.....group by a+b+c
the same question is order by.

Thanks"
   

- Advertisement -