Weekly aggregated model
This commit is contained in:
parent
d8a064fd06
commit
7e786649cc
3 changed files with 173 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ with
|
|||
id.date_day as date,
|
||||
id.month_start_date as first_day_month,
|
||||
id.month_end_date as last_day_month,
|
||||
id.week_start_date as first_day_week,
|
||||
id.week_end_date as last_day_week,
|
||||
id.iso_week_start_date as first_day_week,
|
||||
id.iso_week_end_date as last_day_week,
|
||||
now()::date as today
|
||||
from int_dates id
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue