SQL Compact:从 DatabaseOne.SomeTable 中选择,加入 DatabaseTWO.SomeOtherTable

发布于 2024-10-15 15:23:48 字数 310 浏览 2 评论 0原文

我正在研究 SQL Compact 3.5 (Microsoft)。这样的事情可能吗? ::- ).

Select From DatabaseOne.SomeTable, Join DatabaseTWO.SomeOtherTable

我需要连接来自已在 SQL Server Management Studio 中加载的 2 个不同数据库(来自 2 个不同文件)的数据。因此,我已连接到这两个数据库,并且可以通过 USE 关键字在使用一个或另一个数据库之间切换,但我不知道如何在 中同时使用这两个数据库加入

I'm working on SQL Compact 3.5 (Microsoft). Is something like this possible? ::- ).

Select From DatabaseOne.SomeTable, Join DatabaseTWO.SomeOtherTable

I need to join data from 2 different databases which I have loaded in SQL Server Management Studio (from 2 different files). So I'm connected to both of them and I can switch between using one or another via the USE keyword, but I don't know how to use both databases in the same time in a JOIN.

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

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

发布评论

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

评论(1

只想待在家 2024-10-22 15:23:48

这是不可能的,您必须将所有数据移动到单个 SQL Compact 文件中。

That is not possible, you must move all data to a single SQL Compact file.

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