我们有像这样的表结构
id | startDay | startMonth | startYear | endDay | endMonth | endYear
1 | 22 | 12 | 2012 | 25 | 1 | 2013
现在我们有了另一个日期范围,例如 startDate,startMonth, startYear 即25|12|2012和 endDay,endMonth,endYear 即10|1|2013。
我希望查询从表中提供的日期范围存在的表中获取记录。在这种情况下意味着首先记录。
如何为此编写查询?