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
Rockwellroland
.
Toggle Highlighting
SQL
# Frequency of given name items 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, GROUP_CONCAT(DISTINCT term_language ORDER BY term_language) As lang, GROUP_CONCAT(DISTINCT term_text ORDER BY term_language SEPARATOR ', ') As name, CONCAT('<tr><td> [[', page_title, '|', term_text, ']] <td>', COUNT(DISTINCT pl2.pl_from) ) As table_output_in_one_cell, COUNT(DISTINCT pl2.pl_from ) As freq, CURRENT_DATE # FROM pagelinks As pl1, page, wb_entity_per_page, wb_terms, pagelinks AS pl2 # WHERE pl1.pl_from = 21293912 # id of page [[d:User:Jura1/first names/items (P31: ok, label: tbd)]] AND pl1.pl_namespace = 0 AND pl2.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','el') AND pl1.pl_title = pl2.pl_title GROUP BY epp_entity_id HAVING COUNT(pl2.pl_from)>10
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...