Jump to content

Duplicated Entry


karimali831

Recommended Posts

Hey,

 

I can't understand this query failed, it says duplicate entry 0-1-1 which is in the database

but I am trying to insert 3-1-1, there is no record for this so why won't it insert?

 

 

error=Duplicate entry '0-1-1' for key 2

query=INSERT INTO ws_bi2_cup_clan_lineup (ladID, clanID, userID) VALUES ('3', '1', '1')

 

Thanks for any help

Link to comment
https://forums.phpfreaks.com/topic/271356-duplicated-entry/
Share on other sites

Sorry for not understanding.

 

I am looking at the structure of the database, all having int(11) data types.

 

ID column which is the auto increment

cupID column

ladID column

clanID column

userID column

 

I just want to insert values for ladID, clanID and userID.

There is definitely not a duplicate entry for the values..

Link to comment
https://forums.phpfreaks.com/topic/271356-duplicated-entry/#findComment-1396239
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.