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
DannyS712
.
Toggle Highlighting
SQL
USE wikidatawiki_p; #SHOW TABLES; #DESCRIBE wb_items_per_site; SELECT ips.ips_item_id AS 'Q id', ips.ips_site_page AS 'enwikinews link', trm.term_type, trm.term_text FROM wb_items_per_site ips JOIN wb_terms AS trm ON ips.ips_item_id = trm.term_entity_id WHERE trm.term_entity_type = 'item' AND ips.ips_site_id = 'enwikinews' AND ips.ips_site_page LIKE 'Category:%' AND trm.term_language = 'en' AND trm.term_text LIKE '%ategory%' AND trm.term_type = 'description'
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...