What does the ORDER BY число construct in a MySQL query mean?
Normally, ORDER BY used in conjunction with the name of the column by which you want to sort the resulting rowset, and what does it mean when a number is used instead of a column name?