简体   繁体   English

为 Oracle SQL Developer 中的 MySQL 生成 DDL 脚本

[英]Generate DDL script for MySQL in Oracle SQL Developer

I made a relational model in Oracle SQL Developer and I want to make tables in MySQL Workbench.我在 Oracle SQL 开发人员中制作了一个关系 model ,我想在 Z62A004A4B95946DCCABB3AZ5 工作台中制作表格I generated the DDL script in SQL Developer and copied it in MySQL Workbench.我在 SQL Developer 中生成了 DDL 脚本,并将其复制到 MySQL Workbench 中。 I found out that the copied queries are not in correct syntax.我发现复制的查询语法不正确。 I tried different options in SQL Developer to generate script and none of them were in MySQL syntax.我在 SQL Developer 中尝试了不同的选项来生成脚本,但它们都不是 MySQL 语法。

Is there a way to generate DDL script from a model, which is made in SQL Developer, for MySQL?有没有办法从 SQL Developer 中为 MySQL 制作的 model 生成 DDL 脚本?

There is no straight query generation for MySQL in oracle SQL developer. oracle SQL 开发人员中没有针对 MySQL 的直接查询生成。 You should use such a sites for your purpose to convert them into MySQL syntax or use tools for automatic converting.您应该使用此类站点将它们转换为 MySQL 语法或使用工具进行自动转换。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM