6 months, not one
This commit is contained in:
parent
1a35839deb
commit
54fca806b9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ with
|
||||||
hosts_with_check_in_cover as (
|
hosts_with_check_in_cover as (
|
||||||
select distinct vrcih.id_user_host
|
select distinct vrcih.id_user_host
|
||||||
from int_core__vr_check_in_cover vrcih
|
from int_core__vr_check_in_cover vrcih
|
||||||
where vrcih.created_at_utc >= current_date - interval '30 days'
|
where vrcih.created_at_utc >= current_date - interval '180 days'
|
||||||
),
|
),
|
||||||
check_in_cover_added_date_utc as (
|
check_in_cover_added_date_utc as (
|
||||||
select
|
select
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue