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
Jura1
.
Toggle Highlighting
SQL
# Sitelinks per given name item linked from page [[User:Jura1/first names/items (P31: ok, label: tbd)]] # # See also https://upload.wikimedia.org/wikipedia/commons/f/f7/MediaWiki_1.24.1_database_schema.svg # use wikidatawiki_p; # SELECT page_title AS item, term_type, term_language, term_text, CONCAT('<tr><td> [[', page_title, '|', term_text, ']] <td>', COUNT(ips_site_id) ) As table_output_in_one_cell, COUNT(ips_site_id) As freq, CURRENT_DATE # FROM pagelinks As pl1, page, wb_entity_per_page, wb_terms, wb_items_per_site # WHERE pl1.pl_from = 21293912 # id of page [[d:User:Jura1/first names/items (P31: ok, label: tbd)]] #WHERE pl1.pl_from = 21607563 # id of page [[d:User:Jura1/first names/items (P31: not ok)]] AND pl1.pl_namespace = 0 AND pl1.pl_title = page_title AND page_id = epp_page_id AND epp_entity_id = term_entity_id AND term_entity_type = 'item' # 'item' not 'property' AND term_type = 'label' # 'label', 'description', 'alias' AND term_language in ('en') AND term_entity_id = ips_item_id GROUP BY pl1.pl_title HAVING pl_title <> 'Q211024' #exclude this one ;) AND COUNT(ips_site_id) > 4 #display only if more than 4
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...