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
Peter Bowman
.
CSV to wikitable: http://tools.wmflabs.org/bambots/csv2wikitable.php?file=run%2F{run_id}%2Foutput%2F0%2Fcsv&firstrow=1&subdmn=quarry
Toggle Highlighting
SQL
USE plwiktionary_p; SELECT IFNULL(CONCAT("[[Special:Contribs/", rev_user_text, "]]"), "Total") AS "IP", COUNT(rev_user_text) AS "edit count" FROM revision WHERE rev_user = 0 AND rev_timestamp > 20140101000000 AND NOT EXISTS (SELECT NULL FROM ipblocks WHERE ipb_address = rev_user_text) AND NOT EXISTS (SELECT NULL FROM tag_summary WHERE ts_rev_id = rev_id) GROUP BY rev_user_text WITH ROLLUP HAVING COUNT(rev_user_text) > 50 ;
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...