如果数据库中不存在,则制作一个假计划

发布于 2024-08-22 12:37:09 字数 81 浏览 8 评论 0原文

我想从数据库中提取一个月的所有行,如果开头或结尾有任何行丢失,那么我想创建假行,所以每天都有一个必须遵循的时间表。如何检测丢失的行或如何解决此问题?

I want to pull all the rows from a database for a month and if there are any rows in the beginning or in the end that are missing then I want to create fake rows, so every day there is a schedule that one has to follow. How can I detect missing rows or how can I solve this issue?

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

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

发布评论

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

评论(1

星軌x 2024-08-29 12:37:09

来自 如何填写缺失的日期?

填写日历表,将其用作您的
驾驶表(即您的第一个
选择)并对其进行 LEFT JOIN。

创建并填充日历表

From how to fill up the missing dates ??

fill a calendar table use that as your
driving table (i.e. first one in your
select) and do a LEFT JOIN on it.

Create and fill a calendar table

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