You can sort query results in ascending or descending order on one or more of the columns in the result set by using the ASC or DESC keywords with the ORDER BY clause.
Ordering By Two Fields
SELECT * FROM table ORDER BY (field1 / field2) DESC
Ordering By Three Fields
If both field1 and field2 match in more then one row, then use a third to order
them by:
SELECT * FROM table ORDER BY (field1 / field2) DESC, field3
DESC
NewSourceMedia is providing links to these listings as
a courtesy, and makes no representations regarding the content or
any information related thereto. Any questions, complaints or claims
regarding the downloaded content or details must be directed to the appropriate
publisher. We do not encourage or condone the use of any
software in violation of applicable laws.