作者:独孤求独孤_715 | 来源:互联网 | 2023-07-16 16:57
http:www.qeefee.comarticlews00000400http:blog.csdn.netimlmyarticledetails8082383导出成sql语句:
http://www.qeefee.com/article/ws00000400
http://blog.csdn.net/imlmy/article/details/8082383
导出成sql 语句:
首先在 tools->physical data Model->选择要转换成的数据库 转换成物理模型,然后 选择 database->Generate Database 生成sql语句
导入 navicat 的时候呢
http://jingyan.baidu.com/article/a65957f4976aad24e67f9b9b.html
要讲前面的比如
drop table if exists 关键绩效考评协议;
drop index Index_1 on 部门绩效指标;
drop table if exists 部门绩效指标;
drop table if exists 集团公司绩效指标;
这些给去掉,即可 运行 和 生成表了
转:https://my.oschina.net/ouminzy/blog/786417