I don't see how this is weighted.

The count(car_id) and group_by should give a "score" for each car_id.

I neglected to use "count(car_id) as score" and to add "order by score desc"
though.



-- 
PHP General 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