RE: one more small question

2001-02-09 Thread Cal Evans
ds back into it. HTH, Cal http://www.calevans.com -Original Message- From: Steven Fruchter [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 6:18 PM To: Mysql Subject: one more small question Hi, I was the idiot who had it set to tinyint. But now i want to change t

one more small question

2001-02-09 Thread Steven Fruchter
Hi, I was the idiot who had it set to tinyint. But now i want to change the column id to int... so i typed this and got an error: mysql> alter table custinfo change id id int NOT NULL AUTO_INCREMENT; ERROR 1062: Duplicate entry '1' for key 1 What do i do to change it from tinyin