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 JOIN ukwiki_p.slots ON rev_id = slot_revision_id JOIN ukwiki_p.content ON slot_content_id = content_id WHERE /** page_title = 'повідомлення ЧЗВ' -- Template name*/ rev_timestamp BETWEEN '2023-01-01 00:00:00' AND '2023-12-31 23:59:59' -- Limit revisions to 2023 /**AND content_address LIKE '%автор=%' -- Check if the content 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...