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
Iluvatar
.
Toggle Highlighting
SQL
SELECT p1.page_title, count(actor_name) FROM templatelinks JOIN linktarget ON tl_target_id = lt_id JOIN page AS p1 ON tl_from = p1.page_id JOIN revision ON p1.page_id = rev_page JOIN actor ON rev_actor = actor_id AND actor_name not in ("IluvatarBot", "NewsBots", "InternetArchiveBot", "BaseBot", "AKBot", "VladimirPF-Bot", "ButkoBot", "タチコマ robot", "TheStoneBot", "Mjbmrbot", "PBot", "GrondinBot", "JAnDbot", "KrBot", "Glavkos bot", "VolkovBot", "Diego Grez Bot", "CommonsDelinker", "BetaBot", "AvocatoBot", "ArtushakBot", "Alexbot", "AkishinBot") WHERE lt_title = "NEWSru.com" AND lt_namespace = 10 AND ( SELECT actor_name FROM page JOIN revision ON page_id = rev_page JOIN actor ON rev_actor = actor_id WHERE page_id = p1.page_id ORDER BY rev_timestamp ASC LIMIT 1 ) = "NewsBots" GROUP BY p1.page_title
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...