ntile(5) over (order by recency) as n_tile_recency, percentile_disc(0.2) within group (order by recency) over () as percent_20_recency, percentile_disc(0.4) within group (order by recency) over () as ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Issues are used to track todos, bugs, feature requests, and more.