|
Posted by Shelly on 10/06/07 22:19
"macca" <ptmcnally@googlemail.com> wrote in message
news:1191705301.404195.116550@22g2000hsm.googlegroups.com...
> >select casualtyID, deathdate from the_table order by deathdate
>
>
> Just to eloborate on that you can use the keywords ASC and DESC for
> ascending order and descending order respectively, such as
>
> "SELECT casualtyID, deathdate FROM the_table ORDER BY deathdate ASC"
If you don't specify anything, ASC is taken by default.
Navigation:
[Reply to this message]
|