寻找MySQL保留查询以获取每周滚动保留,确实非常困难,因为大多数示例都涉及两个表或不是最新的。
Table user
- signup_time (timestamp).
- last_activity (timestamp).
- userid (Primary).
预期输出:
Cohort/date user-created w1 w2 w3 w4
2020/05/01 30 26 22 10 15
2020/05/02 50 40 35 30 41
2020/05/03 60 31 23 19 16