Home Forums SQL Server 2008 T-SQL (SS2K8) use column in Group By, but Hide column from the results set RE: use column in Group By, but Hide column from the results set
Phil Parkin
SSC Guru
Points: 247210
More actions
September 19, 2012 at 10:18 am
#1539677
preetid2 (9/19/2012)Is this possible in sql server 2008?I want to use the column in the select, and group by. But want to hide the column from the results set?
preetid2 (9/19/2012)
I want to use the column in the select, and group by. But want to hide the column from the results set?
No. If you select a column, it will appear.