如何在其他启动和结束时间戳之间进行启动和结束时间戳

发布于 2025-01-21 18:36:34 字数 960 浏览 0 评论 0原文

数据库表的图像

这是一个数据库表。我有一个预订的开始和预订时间戳,它来自 2022-04-18 13:00:00 2022-04-18 18:00:00 (可以更多)。因此,我的问题是如何获取此数据,如果我想检查是否在此中检查时间戳 2022-04-18 14:00:00 2022-04-18 15: 00:00 是在 2022-04-18中的时间戳中,13:00:00 2022-04-18 18:00:00

示例:
预订开始2022-04-18 10:00:00
预订结束2022-04-18 15:00:00
我想检查此间隔2022-04-18 11:00:00-2022-04-18 13:00:00

它应该从数据库中过滤并输出此

reservation_id   user_email      desk_id  reservation_start    reservation_end
13               [email protected]   1        2022-04-18 10:00:00  2022-04-18 15:00:00

操作?在Spring Boot JPA或PostgreSQL中

Image of database table

This is a database table. I have a reservation start and reservation end timestamp, it is from 2022-04-18 13:00:00 to 2022-04-18 18:00:00 (can be more). So, my problem is how to fetch this data, if i want to check if in this for example timestamp 2022-04-18 14:00:00 to 2022-04-18 15:00:00 is in this timestamp which is in 2022-04-18 13:00:00 to 2022-04-18 18:00:00.

Example:
Reservation start 2022-04-18 10:00:00
Reservation end 2022-04-18 15:00:00
And i want to check this interval 2022-04-18 11:00:00 - 2022-04-18 13:00:00

It should filter from database and output this

reservation_id   user_email      desk_id  reservation_start    reservation_end
13               [email protected]   1        2022-04-18 10:00:00  2022-04-18 15:00:00

How to do this? In spring boot jpa, or in postgresql

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文