Fork of
moves and patrols (20 Jul 2024)
by Cryptic
This query is marked as a draft
This query has been published
by Cryptic.
SQL
AخA
SELECT COUNT(*),
IF(log_namespace = 0, 'mainspace', 'non-mainspace') AS 'namespace',
log_type
FROM logging
WHERE log_timestamp LIKE '202407%'
AND (log_type = 'move'
OR (log_type = 'pagetriage-curation' AND log_action IN ('reviewed', 'reviewed-article', 'reviewed-redirect')))
GROUP BY log_namespace = 0 DESC, log_type;
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.