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
Matěj Suchánek
.
Toggle Highlighting
SQL
USE wikidatawiki_p; #DESCRIBE revision; SELECT rev1.rev_user_text, COUNT(rev1.rev_id), SUM(rev1.rev_len) - SUM(rev2.rev_len) FROM revision AS rev1 JOIN revision AS rev2 ON rev2.rev_id = rev1.rev_parent_id WHERE rev1.rev_len IS NOT NULL AND rev1.rev_comment LIKE '%wbmergeitems-from%' AND rev2.rev_len IS NOT NULL GROUP BY rev1.rev_user_text HAVING COUNT(rev1.rev_id) > 100;
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...