Is there any way to find all records in MySql Query
between 2 dates where we want to increment 2nd date by 1.
Suppose user inputs Date1 as 2017-04-01
and Date2 as 2017-04-25
but here I always want to take Date2
after incrementing it by 1 Day i.e. Date2 as 2017-04-26
here.
Please let me know if possible?