如何在其他启动和结束时间戳之间进行启动和结束时间戳
这是一个数据库表。我有一个预订的开始和预订时间戳,它来自 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中
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论