By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
INSERT 0 11
| date | dist_emails |
|---|---|
| 2012-01-01 | 3 |
| 2012-01-02 | 3 |
| 2012-01-04 | 3 |
| 2012-01-05 | 1 |
| 2012-01-06 | 2 |
SELECT 5
| date | dist_emails |
|---|---|
| 2012-01-01 | 3 |
| 2012-01-02 | 3 |
| 2012-01-03 | 3 |
| 2012-01-04 | 3 |
| 2012-01-05 | 1 |
| 2012-01-06 | 2 |
SELECT 6
| date | dist_emails |
|---|---|
| 2012-01-01 | 3 |
| 2012-01-02 | 3 |
| 2012-01-03 | 3 |
| 2012-01-04 | 3 |
| 2012-01-05 | 1 |
| 2012-01-06 | 2 |
SELECT 6