为什么这个命令
insert into "deliveryLog" select * from temp_dellog where "deliveryID" < 15620652
给这个输出?
********** Error **********
ERROR: duplicate key value violates unique constraint "deliveryLog_pkey"
SQL state: 23505
Detail: Key ("deliveryID")=(15620652) already exists.
两个表具有相同的结构,deliveryID 是一个 bigint。