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
軽快
.
[[wikipedia:ja:WP:FLOL/en]]の「日本語版あり」のリスト
Toggle Highlighting
SQL
use wikidatawiki_p; select ips_item_id, page_title, page_len, count(*) as langs from wb_items_per_site join ( select page_id, page_title, page_len, substring( pp_value, 2) as wikidatalink from enwiki_p.categorylinks join enwiki_p.page_props on cl_from = pp_page join enwiki_p.page on cl_from = page_id where cl_to = "Featured_articles" and pp_propname = "wikibase_item" limit 10) as enwiki_FAs on wikidatalink = ips_item_id group by ips_item_id, page_title, page_len
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...