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
.
run time: 4 to 5 minutes
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, term_language, term_text, CONCAT('<tr><td> [[', page_title, '|', term_text, ']] <td>', COUNT(pl2.pl_from) ) As table_output_in_one_cell, COUNT(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)]] CLEANLIST # WHERE pl1.pl_from = 21607563 # id of page [[d:User:Jura1/first names/items (P31: not ok)]] problems AND pl1.pl_namespace = 0 AND pl2.pl_namespace = 0 AND pl2.pl_from_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 pl1.pl_title = pl2.pl_title GROUP BY pl1.pl_title ORDER BY COUNT(pl2.pl_from) 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...