Why am I getting this error?  My statement is:

SELECT * FROM shots WHERE shot_num = MAX(shot_num) LIMIT 1;


There is one record in the table "shots".  Its shot_num value is 0.



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

Reply via email to