I am learning about the MySQL statement, ORDER BY. I ran into this tutorial where they show an example with two clauses. How is that possible? For example:
SELECT * FROM table_name ORDER BY
score DESC, date ASC;
How is that possible to have to order by two clauses? It doesn’t make sense to me. How can your results be ordered twice?
This query will do something like:
Simply, if you have this table
this will get you result