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
I like to use the syntax '1 MonthName 2015' for dates ex:
WHERE aa.AuditDate>='1 September 2015' AND aa.AuditDate<='30 September 2015'
for dates