Change day range for retention.
This commit is contained in:
@@ -86,7 +86,7 @@ async function relationalQuery(
|
||||
from cohort_date c
|
||||
join cohort_size s
|
||||
on c.cohort_date = s.cohort_date
|
||||
where c.day_number IN (0,1,2,3,4,5,6,7,14,21,30)
|
||||
where c.day_number <= 31
|
||||
order by 1, 2`,
|
||||
{
|
||||
websiteId,
|
||||
@@ -165,7 +165,7 @@ async function clickhouseQuery(
|
||||
from cohort_date c
|
||||
join cohort_size s
|
||||
on c.cohort_date = s.cohort_date
|
||||
where c.day_number IN (0,1,2,3,4,5,6,7,14,21,30)
|
||||
where c.day_number <= 31
|
||||
order by 1, 2`,
|
||||
{
|
||||
websiteId,
|
||||
|
||||
Reference in New Issue
Block a user