使用Navicat的数据传输功能从Oracle往Mysql里传表和数据时提示:
The create table sql does not contain a primary key! please add primary key to the table. thanks!
有很多表在Oracle里没有设置主键,现在没法往Mysql里导,有什么好的解决办法么?
Mysql每个表中都去创建一个id自增组件去~