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
BilledMammal
.
Toggle Highlighting
SQL
SELECT CONCAT("Q",ips_item_id) AS Item, simple_site_page, COUNT(ips_site_id) AS 'Number of articles' FROM wb_items_per_site JOIN ( SELECT ips_item_id AS simple_item_id, ips_site_page AS simple_site_page FROM wb_items_per_site WHERE ips_item_id NOT IN ( SELECT ips_item_id FROM wb_items_per_site WHERE ips_site_id = 'enwiki' ) AND ips_site_page NOT LIKE '%:%' AND ips_site_id = 'simplewiki' ) simple ON ips_item_id = simple_item_id GROUP BY ips_item_id ORDER BY 'Number of articles' DESC
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...