I am aware that you can 'ORDER BY' 2 different values
E.G. ORDER BY name, surname
But, can you 'ORDER BY' 2 different values and have them ordering in different directions
E.G ORDER BY group_id ASC, total DESC?
Does this work? If not, how can I make it work?
Many thanks in advance






Bookmarks