运行“描述”图形 ij 工具上的命令

发布于 2024-11-03 03:20:43 字数 268 浏览 1 评论 0原文

是否有图形工具 (GUI) 可以在 Derby DB 提示符之外执行 ij 'describe' 命令?

我尝试使用 Netbeans、SQuirreL 和 DbVisualzer,但似乎没有帮助。

错误始终为:

[错误代码:-1,SQL 状态:42X01] 语法错误:在第 1 行第 1 列遇到“describe”。

对于所有工具。

ij 是执行此命令的唯一方法吗?

Is there a graphical tool (GUI) to execute ij 'describe' commands on Derby DB, outside the ij prompt?

I tried to use Netbeans, SQuirreL and DbVisualzer but it doesn't seem to help.

The error is always:

[Error Code: -1, SQL State: 42X01] Syntax error: Encountered "describe" at line 1, column 1.

For all tools.

Is ij the only way to execute this command?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼角的笑意。 2024-11-10 03:20:43

虽然您无法在 SQL 中执行描述,但 SQuirreL 应该能够为您呈现相同的信息(例如 this屏幕截图)。

Although you cannot execute describe in SQL, SQuirreL should be able to present just the same information for you (like this screenshot).

榕城若虚 2024-11-10 03:20:43

ij 是执行该命令的唯一方法吗?

是的,因为它不是 SQL 命令,而是 ij 命令。

Is ij the only way to execute this command?

Yes, because it is not a SQL command but an ij command.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文