Viewing 3 posts - 31 through 33 (of 33 total)
Wow... so.. um... yeah. I don't understand how that works, but it works!
Thanks a lot for your help!
I'll have to study this one.
Didn't know you could do two...
May 12, 2016 at 11:02 pm
Here's a better example of what I mean. I'm sorting based on different fields than what is being displayed.
SELECT Region, State, SUM(Sales) AS Sales
FROM Sales
GROUP BY
...
April 25, 2016 at 5:31 pm
Thanks for the response. However, you may have misunderstood my question.
I already know that in my order by I don't need to include all the columns listed in my select...
April 25, 2016 at 4:17 pm
Viewing 3 posts - 31 through 33 (of 33 total)