Originally posted by cjolley
View Post
2. It won't let you use column numbers in an ORDER BY? I thought that was in the SQL standard. It is certainly a feature of most DB engines.
I've never heard of being able to GROUP BY column numbers. That sounds like it would make reading a query that wasn't utterly simple very difficult.
Other things I would love to see:
1. On aggregating functions, inherit the column name of the column aggregated if one column only (and that would I guess defy principles but given that you can alias it as such....
2. For SSMS to show numeric values formatted (especially MONEY). I understand the results pane is not a presentation tool but it just makes it so much easier to interpret the output while developing/testing. Sure, I can FORMAT fields but that is (a) extra code and (b) output is then text (varchar(max) perhaps?).
Comment