Re: DISTINCT list ORDER problem

2001-06-20 Thread Benjamin Pflugmann
Hi. On Tue, Jun 19, 2001 at 09:01:30AM -0700, [EMAIL PROTECTED] wrote: I'm generating a pulldown menu using PHP and MySQL. Originally I had the list order by model where it put everything in alphabetical order. I need to order them by year of model which luckily coincides with the order that

DISTINCT list ORDER problem

2001-06-19 Thread Tom Beidler
I'm generating a pulldown menu using PHP and MySQL. Originally I had the list order by model where it put everything in alphabetical order. I need to order them by year of model which luckily coincides with the order that I dumped them into the database so I would like to ORDER by id which was an