如何在 Firebird 中进行多选查询

发布于 2024-12-11 23:06:55 字数 254 浏览 0 评论 0原文

在 MySQL 中,我可以在 此处 执行查询。此查询产生以下结果集:

result set from theastebin query

如何对 Firebird 数据库执行类似操作? <代码>

In MySQL I can perform the query I pastebin here. This query results the following result set:

result set from the pastebin query

How can I do something like it against a Firebird database?

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

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

发布评论

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

评论(1

乖乖 2024-12-18 23:06:55

from RDB$DATABASE 添加到查询末尾 - 请参阅此处

Add from RDB$DATABASE to the end of your query - see here.

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