ORDER BY bug; must also select column that is being ordered by

2001-10-28 Thread Michael Widenius
Hi! Luke> Description: Luke> Luke> I have a table full of pages for a church website I am developing. Each has Luke> some data (text) and a title, page id, updated (date) and created(date). I Luke> want to select a list of pages with their id and title and updated date Luke> according to when

Re: ORDER BY bug; must also select column that is being ordered by

2001-10-23 Thread Sinisa Milivojevic
Hi! Try our 3.23.44 binary for Linux as soon as it is out, and let us know if the problem persists. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/\

ORDER BY bug; must also select column that is being ordered by

2001-10-22 Thread Luke Loeffler
>Description: I have a table full of pages for a church website I am developing. Each has some data (text) and a title, page id, updated (date) and created(date). I want to select a list of pages with their id and title and updated date according to when they were created (by created). When I s