Re: Key in reverse order

2002-07-31 Thread Larry Irwin
Here's the doc page. http://www.mysql.com/doc/S/o/Sorting_rows.html Later, Larry From: DonPro [EMAIL PROTECTED] Subject: Key in reverse order Hi, I have a MySQL table key on a 7 character VarChar field. Th efile contains numeric characters only which I've inserted right justified

Key in reverse order

2002-07-30 Thread DonPro
Hi, I have a MySQL table key on a 7 character VarChar field. Th efile contains numeric characters only which I've inserted right justified. Is there any way to travres the table/key in reverse order so that it displays highest to lowest? I wish to use this in a SELECT query. Thanks, Don

RE: Key in reverse order

2002-07-30 Thread cteubner
SELECT key FROM table ORDER BY key DESC; -Original Message- From: DonPro [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 4:49 PM To: [EMAIL PROTECTED] Subject: Key in reverse order Hi, I have a MySQL table key on a 7 character VarChar field. Th efile contains numeric