对多个来源的数据进行排序和限制

发布于 2024-11-30 16:20:29 字数 105 浏览 3 评论 0原文

拥有多个数据源,如何从这些源中选择前 X 条最新记录?

示例:我有博客文章、评论、论坛帖子,它们存储在不同的表中(并且可以存储在不同的数据库中)。我需要打印添加到网站的最新“记录”

Having more than one datasource how can select top X latest records from these sources?

Exampe: I have blogposts, comments, forumposts which are stored in different tables (and could be stored in different databases). I need to print out latest 'records' added to the site

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

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

发布评论

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

评论(1

坏尐絯 2024-12-07 16:20:29

如果它们位于一个数据库中,您可能正在寻找 SQL 联合语句。

如果它们位于不同的数据库中,您可能正在寻找编程解决方案。

If they are in one database, you're probably looking for an SQL union statement.

If they are in different databases, you're probably looking at a programmatic solution.

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