[thelist] Date sort algorithm

Chris Blessing thelist at lists.evolt.org
Thu May 30 10:04:07 2002


I thought by "events" he meant several different queries, but I could be
wrong.  If it's just one query, definitely allow the dbms to do the sorting!

Chris Blessing
webguy@mail.rit.edu
http://www.330i.net

> If you do this, does it not work?
>
> select theDate, the Event
> from theTable
> order by theDate
>
> HTH!
>
> Jay