Home > database >  Urgent urgent encountered in the SQL navicat11 (Err), 1062 - the Duplicate entry '2' for k
Urgent urgent encountered in the SQL navicat11 (Err), 1062 - the Duplicate entry '2' for k

Time:10-01

[SQL] # from actor2 import role data
Insert into actors (select * from actor2. Actors where serverindex=1);
The affected line: 0
Time: 0.000 ms

[SQL]
# from actor2 import role item data
Insert into the items (select * from actor2. Items);
The affected line: 59909
Time: 0.312 ms

[SQL]
From the actor # import role script data
Insert into actorvariable (select * from actor2. Actorvariable);
(Err), 1062 - the Duplicate entry '2' for key 'PRIMARY'
(Err), 1062 - key "Lord" duplicate entries "2"

This is in the database to run the SQL file area encountered this problem, the over an area before, all of a sudden this washed-up, don't know why, and under the great god answer urgent urgent

CodePudding user response:

Is 2 database acrot2 imported into the problems in the acrot1 where is write wrong
  • Related