Quote:
Today at 12:49 PM LOTR said this in Post #21
Hello i try to run the FIRST query
INSERT INTO settinggroup VALUES (40, 'Staff Messaging System', 40);
but i got this error:
Code:
Error
SQL-query :
INSERT INTO settinggroup
VALUES ( 40, 'Staff Messaging System', 40 )
MySQL said:
Duplicate entry '40' for key 1
Back
Any idea why this is happening to my db?
Thanks
|
Probably you have already a settinggroup with id 40 in your database.