[SQL] #從actor2匯入角色資料
insert into actors (select * from actor2.actors where serverindex=1);
受影響的行: 0
時間: 0.000ms
[SQL]
#從actor2匯入角色物品資料
insert into items (select * from actor2.items);
受影響的行: 59909
時間: 0.312ms
[SQL]
#從actor匯入角色腳本資料
insert into actorvariable (select * from actor2.actorvariable);
[Err] 1062 - Duplicate entry '2' for key 'PRIMARY'
【Err】1062-關鍵“主”的重復條目“2”
這是在資料庫運行的 SQL 檔案 合區 遇到這個問題,之前合過一次區,這次突然不行了,不知道為什么 ,求大神解答下 ,急急急
uj5u.com熱心網友回復:
就是把2區的資料庫 acrot2匯入到 acrot1中 遇到的問題 是哪里寫錯了嗎轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/101985.html
標籤:應用實例
上一篇:初學mysql if
下一篇:因物件名稱 'dbo.ReportForm' 和索引名稱 'PK_REPORTFORM' 有重復的鍵,所以 CREATE UNIQUE INDEX 陳述句終止
