Quote:
Today at 11:49 AM 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
|
Change the 40 to 60 or something like that (both instances of 40 in the query)
- miSt