Is there a real quick way to do a query that will show me all the dates
given a startdate and an end date?
Given: 02-01-2006 and 02-28-2006
it should give me:
02-01-2006
02-02-2006
...
...
02-27-2006
02-28-2006
Can this be done by a built-in function perhaps?