SQL between dates including start and end dates

后端 未结 6 820
野性不改
野性不改 2021-01-04 08:34

So I have this:

 (CURDATE() BETWEEN start_date AND end_date) 

Works fine.

But when the CURDATE() is 2011-12-02 and th

6条回答
提交回复
热议问题