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
 General SQL Server Forums
 New to SQL Server Programming
 group by used with a subquery

Author  Topic 

smile
Starting Member

22 Posts

Posted - 2009-04-13 : 04:11:47
Hi!

This time my question concerns if we can use group by clause not with an exact column, but with a subquery? I've tried in using MS SQL and it's not working. But somewhere I read that it works fine....so is it a difference between the different platforms or..?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-04-13 : 06:21:56
quote:
Originally posted by smile

Hi!

This time my question concerns if we can use group by clause not with an exact column, but with a subquery? I've tried in using MS SQL and it's not working. But somewhere I read that it works fine....so is it a difference between the different platforms or..?


Post the query you tried

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -