From: Dan Nelson Date: September 14 2001 10:35pm Subject: Re: mySQL: ORDER List-Archive: http://lists.mysql.com/mysql/85572 Message-Id: <20010914173511.A5163@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Sep 14), Russ said: > 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 -- Dan Nelson dnelson@stripped