Re: Error 1062: Duplicate entry '127' for Key 1

2002-01-17 Thread Fred van Engen
It's probably a tinyint field which won't go higher than 127. Fred. On Thu, Jan 17, 2002 at 02:40:54PM +0100, Thibaut Allender wrote: > > an index cannot be null > > you should do this : > > insert into equipment (id,description) values ('','test data'); > > regards > > At 14:27 17/01/2002

Re: Error 1062: Duplicate entry '127' for Key 1

2002-01-17 Thread Thibaut Allender
an index cannot be null you should do this : insert into equipment (id,description) values ('','test data'); regards At 14:27 17/01/2002, you wrote: >database,sql,query,table > >If you just reply to this message, and include the entire text of it in the >reply, your reply will go through. How