Can someone illustrate the correct syntax for using auto_increment in
making a table? I've studied the manual and I'm not seeing how it comes
out.

EG: 
CREATE TABLE Books (
 bookID INT(5) PRIMARY KEY AUTO_INCREMENT...

THEN WHAT? 

Thanks.
EB

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to