SQL
x
USE svwiki_p;
SELECT SUBSTR(rev_timestamp,1,8) AS dag, COUNT(*) FROM revision WHERE
rev_actor = 129
/* AND rev_timestamp > '20180101000000' */
GROUP BY dag
ORDER BY dag
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.