Query over results of another query (a.k.a. "second-order queries")
under review
Kevin Litwack
For example: get the count of clicks over the previous week, grouped by user.id, then find the p95 of that count across all users.
Florian Hines
under review