| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | September 14 2001 10:35pm |
| Subject: | Re: mySQL: ORDER | ||
| View as plain text | |||
At 11:27 PM +0100 9/14/01, Russ wrote: >how do i sort my results by reverse order ?? say the collume containts 1 2 3 >4 , if i use ORDER BY VOTES it returnes 1234 but i wont it in revers 4321 >etc is there any way i can do this with a sql function? ORDER BY VOTES DESC DESC = descending (reverse) http://www.mysql.com/doc/S/E/SELECT.html http://www.mysql.com/doc/S/o/Sorting_rows.html -- Paul DuBois, paul@stripped
| Thread | ||
|---|---|---|
| • mySQL: ORDER | Russ | 15 Sep |
| • Re: mySQL: ORDER | Dan Nelson | 15 Sep |
| • Re: mySQL: ORDER | Paul DuBois | 15 Sep |
| • Re: mySQL: ORDER | Dana Powers | 15 Sep |
