[snip]
How do i get a unique max number from a mysql table column? 
[/snip]

SELECT MAX(number) FROM table LIMIT 1;

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

Reply via email to