Fork of
Accounts created in 2023 with blocks
by Cryptic
This query is marked as a draft
This query has been published
by Cryptic.
SQL
AخA
SELECT COUNT(DISTINCT log_title)
FROM user
JOIN logging ON log_namespace = 2 AND log_title = REPLACE(user_name, ' ', '_')
WHERE log_type = 'block'
AND log_action IN ('block', 'reblock')
AND log_timestamp LIKE '2023%'
AND log_params LIKE '%"sitewide";b:1%';
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.