标签: sql ruby-on-rails activerecord
我正在尝试绘制给定日期范围内的总用户数。我可以创建一个查询,询问每天有多少新用户,但是我正努力创建一个查询,以汇总每天连续的新用户数。
示例:
Date range: 1st to 3rd of month 1st: 1 user 2nd: 4 users # 3 new + the 1 existing 3rd: 9 users # 5 new + the 4 existing