Fork of
Untitled query #13031
by Steinsplitter
This query is marked as a draft
This query has been published
by Steinsplitter.
SQL
AخA
USE commonswiki_p;
SELECT
SUBSTR(log_timestamp, 1, 6) AS MONTH,
COUNT(log_comment) AS ucount
FROM logging
WHERE log_comment = "User created page with UploadWizard"
AND log_type = "upload"
GROUP BY MONTH;
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.