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?
- [SQL] Given 02-01-2006 to 02-28-2006, output all days. Henry Ortega
- Re: [SQL] Given 02-01-2006 to 02-28-2006, output all d... Michael Fuhr
- Re: [SQL] Given 02-01-2006 to 02-28-2006, output all d... Owen Jacobson
- Re: [SQL] Given 02-01-2006 to 02-28-2006, output all d... Owen Jacobson
- Re: [SQL] Given 02-01-2006 to 02-28-2006, output a... Henry Ortega
- Re: [SQL] Given 02-01-2006 to 02-28-2006, outp... Stephan Szabo
- Re: [SQL] Given 02-01-2006 to 02-28-2006, outp... Michael Fuhr