Looking for suggestions
I feel like I had to jump through way too many hoops to do this and was wondering if anyone wants to point out any potential improvements. For starters, I kept getting errors about an ambiguous
date
column, which isn't that bad considering the fix was to just rename the column in date_series_query
to date_series_date
. Try changing it back to date
and you'll see what I mean. But also look at how I'm having to use concat
because Postgres otherwise complained about not being able to tell what type the parameters were. I feel like there's a lot that can be improved here and I'm just looking for suggestions.
1 Reply
If you change date_series_date to date, that'll cause the ambiguous column error.