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
MBH
.
disablemail fancysig gender nickname ---- skin timecorrection variant language
Toggle Highlighting
SQL
use wikidatawiki_p; #SELECT *, count(*) FROM wb_items_per_site GROUP BY ips_item_id ORDER BY count(*) DESC LIMIT 1000; select x.ips_site_page, y.cnt from wb_items_per_site x join ( select ips_item_id, count(*) cnt from wb_items_per_site group by ips_item_id ) y on x.ips_item_id = y.ips_item_id where x.ips_site_id = 'ruwiki' order by y.cnt desc limit 1000;
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...