oracle 体面的可视化 SQL 查询生成器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1841183/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Decent Visual SQL query Builder
提问by kurast
I am a code developer, not a DBA, and I tend to get lost with loooong SQL queries, when I use many joins (10 joins is pretty common for me).
我是一名代码开发人员,而不是 DBA,当我使用许多连接(10 个连接对我来说很常见)时,我往往会迷失于 loooong SQL 查询。
I would like to find a Visual SQL Query Builder (free if possible) that could connect to Oracle and see all the tables there, so I would only select visually my keys that link the Joins, and select the fields I want to be shown.
我想找到一个可以连接到 Oracle 并查看那里的所有表的 Visual SQL 查询生成器(如果可能的话,免费),所以我只会在视觉上选择链接联接的键,并选择我想要显示的字段。
回答by Pop
Oracle's own SQL Developer (free to download Java app) has a visual query builder(I haven't used it though, so this is not a recommendation, merely an FYI).
Oracle 自己的 SQL Developer(可免费下载 Java 应用程序)有一个可视化查询构建器(不过我没有使用过,所以这不是推荐的,仅供参考)。
More about Oracle SQL Developer (and download link) here.
在此处了解有关 Oracle SQL Developer(和下载链接)的更多信息。
回答by JayG
It is not free, but I use pl sql developer
它不是免费的,但我使用 pl sql developer
回答by salman aziz
use Visual Studio Server Explorer to connect to oracle and then build queries using query builder.
使用 Visual Studio Server Explorer 连接到 oracle,然后使用查询生成器构建查询。
回答by PAscal
Try SQLeo Visual Query Builder
试用SQLeo 可视化查询生成器
http://sourceforge.net/projects/sqleo/
http://sourceforge.net/projects/sqleo/
It permits to join tables visually
它允许在视觉上连接表
回答by Alvin
Try Insight Developer for Oracle, but note that it is not free. I use it on both Mac and Linux.
试用Insight Developer for Oracle,但请注意它不是免费的。我在 Mac 和 Linux 上都使用它。