Skip to content

Commit

Permalink
Add Cohort Count
Browse files Browse the repository at this point in the history
  • Loading branch information
vinooganesh committed Jul 31, 2023
1 parent 5026211 commit 5a9c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter5/tests/generic/ensure_cohort_size_max_100.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ with cohort_count_cte as (
group by {{ column_name }}
)

select cohort
select cohort, cohort_count
from cohort_count_cte
where cohort_count > 100

Expand Down

0 comments on commit 5a9c6c0

Please sign in to comment.