What is wrong with the statement below?  Am I using DEFAULT incorrectly?
That first column is an auto_incrementing column so i don't want any data to
get inserted there.  Thanks for you help.

INSERT INTO cast VALUES(DEFAULT, 'Rick', 'Blaine', 'Humphrey', 'Bogart',
'male');

Thanks!
Alex



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

Reply via email to