I need to use the MySQL Order By function in a query except I need it to be in reverse order by number – therefore like 45, 32, 12, 10 instead of 10, 12, 32, 45. I would then limit it to 1 so I would get the highest number in the list. However if you have another way to do this that would be great thanks 😀
Anyway thanks for your help!
Christian Stewart
Two options – using LIMIT:
Using MAX: