This should work:

ORDER BY CASE WHEN id = 3 THEN 0 ELSE 1 END, name

Andrew

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

Reply via email to