Hi all:
In Oracle, there are a few tricks you can use to dynamically select all the date values between two dates.
Does anyone know how to do this in Postgres?
I'd like to do an outer join against all dates between two ranges, so that I can graph values that include dates with data and those without.
Any ideas?
Thanks,
Jade