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
Nikki
.
Toggle Highlighting
SQL
USE enwiki_p; select * from enwiki_p.page enp, enwiki_p.page_props enpp, wikidatawiki_p.page wdp where enp.page_namespace = 14 and enp.page_title = 'Rage_(German_band)_songs' and enp.page_id = enpp.pp_page and enpp.pp_propname = 'wikibase_item' and enpp.pp_value = wdp.page_title and wdp.page_namespace = 0 ; -- page_id = 45662151; -- page_title = 'Rage (German band) songs'; SELECT * FROM wikidatawiki_p.page limit 5; -- select * from page_props limit 5; -- show tables; -- Category:Rage (German band) songs -- Q25213720
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...