GROUP BY Feature Request / Enhancement
aultmike
Posts: 43
Hello,
I wanted to suggest an enhancement to your SQL Prompt product.. which I *LOVE* by the way!
If I type
SELECT City, State From Addresses
and I begin to type GROUP BY and press the space bar ... I think it would be awesome for the first suggestion in the intellisense to be City, State. Because If I explicitly type n number of columns I think it would be safe to assume that I want to aggregate on these columns.
I also believe that it would be cool if the ORDER BY operated the same way as the GROUP BY.
I wanted to suggest an enhancement to your SQL Prompt product.. which I *LOVE* by the way!
If I type
SELECT City, State From Addresses
and I begin to type GROUP BY and press the space bar ... I think it would be awesome for the first suggestion in the intellisense to be City, State. Because If I explicitly type n number of columns I think it would be safe to assume that I want to aggregate on these columns.
I also believe that it would be cool if the ORDER BY operated the same way as the GROUP BY.
Comments