Brian Grayless wrote:

> This is probably a really stupid question, but I'm not by any means an SQL
> guru.
>
> How you do a reverse order by in SQL, kind of like "ORDER BY field" only
> reverse the order???
>
> Thanks,
> Brian

... order by last_name desc;
... order by last_name asc;




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to