RE: Multiple Sorts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Robert,

You should be able to just do:
SELECT * FROM access_tracking WHERE user = '$user_id' ORDER BY time
DESC,date_accessed ASC;

Just experiment with the ORDER BY columns and the ASC and DESC orders to get
the results you're looking for.

Hope this helps,
Rich

> -----Original Message-----
> From: Robert Sossomon [mailto:robert@xxxxxxxxxxxx]
> Sent: Tuesday, March 16, 2004 7:57 AM
> To: php-db@xxxxxxxxxxxxx
> Subject:  Multiple Sorts
> 
> 
> How can I write a sort to sort on 2 columns, one ascending, one
> descending?
> 
> $get_list = "select * from access_tracking where user = 
> '$user_id' order
> by time,date_accessed desc"
> 
> But the ordering seems backwards sorted by date first, and then time.
> 
> TIA!!
> Robert
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux