Query Run
SELECT DATE(SUBSTR(ts, 1, 10)) as date, SUM(edit_count) AS... 2 months ago