I have a start_date and end_date. I want to get the list of dates in between these two dates. Can anyone help me pointing the mistake in my query.<
start_date
end_date
select * from test where CAST(AddTime as datetime) between '2013/4/4' and '2014/4/4'
-- if data type is different