This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
在我的 MySQL 数据库中,我有插入日期的记录(作为类型列之一datetime)。
除了一些where子句约束之外,我还想选择给定日期以上的所有记录(从给定日期到现在),并且恰好选择一个最接近给定日期的记录。
任何想法如何以有效的方式使用 MySQL 来实现这一点?
我考虑过使用计数和排名,但我认为它可能非常低效。