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
IKhitron
.
Toggle Highlighting
SQL
use hewiki_p; select replace(page_title, "_", " ") as article, el_index as address from page join externallinks on page_id = el_from where el_index like "%upload%" and el_index like "%wikipedia%" and not (el_index like "%.ogg" or el_index like "%.wav" or el_index like "%.mp3" or el_index like "%.oga" or el_index like "%.mid" or el_index like "%.ogv" or el_index like "%Key_Facts_wikipedia_Nov_2011.pdf") and page_namespace = 0; select replace(page_title, "_", " ") as article, el_index as address from page join externallinks on page_id = el_from where el_index like "%upload%" and el_index like "%wikipedia%" and (el_index like "%.ogg" or el_index like "%.wav" or el_index like "%.mp3" or el_index like "%.oga" or el_index like "%.mid" or el_index like "%.ogv") and page_namespace = 0
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...