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
Abittaker (WMF)
.
Toggle Highlighting
SQL
#-----PAGE EDITORS #unique editors to the Page SELECT EXTRACT(Year from DATE_FORMAT(rev_timestamp,'%Y%m%d%H%i%s')) as `year`, COUNT(distinct rev_user) AS editors FROM nowiki_p.revision r INNER JOIN nowiki_p.page AS p ON r.rev_page = p.page_id WHERE r.rev_timestamp > "20150601000000" AND r.rev_timestamp < "20150701000000" AND p.page_title LIKE "Wikipedia-diskusjon:Tinget" AND r.rev_user != 0 AND r.rev_user NOT IN (SELECT ug_user FROM nowiki_p.user_groups WHERE ug_group = 'bot') #not a registered bot ;
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...