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. Is

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 character