Firebird ado.net动态sql:可以使用多个select语句吗?

发布于 2024-10-30 06:56:06 字数 257 浏览 0 评论 0原文

我正在重构 ac# 应用程序并优化一些查询。该应用程序支持 Microsoft SQL 服务器和 Firebird。

我似乎找不到任何有关在 Firebird 上的动态 SQL 中发出多个选择语句的信息。

例如,这对于 Microsoft SQL 服务器有效: “从一个表中选择*;从另一个表中选择*;”

然而,Firebird 在分号上调用无效标记。

请注意,这是使用 ADO.NET Firebird 驱动程序从 C# 代码调用的。

I'm refactoring a c# application and optimizing some queries. The app supports Microsoft SQL server and Firebird.

I can't seem to find any information regarding issuing multiple select statements in Dynamic SQL on Firebird.

For example this is valid for Microsoft SQL server:
"SELECT * FROM ATABLE; SELECT * FROM ANOTHERTABLE;"

However Firebird calls invalid token on the semicolon.

Note this is called from c# code using the ADO.NET Firebird driver.

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

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

发布评论

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

评论(1

無心 2024-11-06 06:56:06

Firebird 不支持同一命令中的多重选择

Firebird does not support multipel select within the same command

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