PHP MySQL Order by Two Columns

Here’s how to order by more than one column. When ordering by more than one column, the second column is only used if the values are identical with the ones in the first column.

SELECT * FROM table ORDER BY column1, column2

About Keiron

Web Developer based in the UK. Click here if you want to work with me