Hi All,
I am trying to select * columns in a table while grouping by two column values.
Sql Server does not allow that. Any workaround?
I have created another copy of that table in my database, and I am thinking there is a way to do it through an inner join or something.
Please help.