Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Mike.Khoroshun
.
Toggle Highlighting
SQL
SELECT actor_name AS username, COUNT(*) AS count FROM ukwiki_p.page JOIN ukwiki_p.revision ON page_id = rev_page JOIN ukwiki_p.actor ON rev_actor = actor_id WHERE page_namespace = 10 -- Namespace 10 represents template namespace AND page_title = 'повідомлення_ЧЗВ' -- Template name AND rev_timestamp BETWEEN '2023-01-01 00:00:00' AND '2023-12-31 23:59:59' -- Limit revisions to 2023 AND rev_text_id IN ( SELECT rev_text_id FROM ukwiki_p.revision WHERE rev_text LIKE '%автор=%' -- Check if the revision contains the parameter 'автор' ) GROUP BY username;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...