Fork of Number of own works uploaded with UploadWizard by year from 2020 by Guillom
This query is marked as a draft This query has been published by Guillom.

SQL

AخA
 
SELECT
  LEFT(log_timestamp, 6) AS upload_month,
  COUNT(*) AS upload_count
FROM logging
WHERE log_type = 'upload'
  AND log_comment_id = 144143204
GROUP BY upload_month
ORDER BY upload_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.

Checking query status...