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
Szoltys
.
Toggle Highlighting
SQL
USE plwiki_p; SELECT CONCAT(page_title) as page_title FROM page JOIN externallinks ON page_id = el_from WHERE page_namespace = 0 AND (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATW015101_C73G.pdf%') OR (el_to LIKE 'http://www.athletics-oceania.com/uploads/media/South_Pacific_Mini_Games_1993_-_Port_Vila__Vanuatu_-_Full_Results.pdf%') OR (el_to LIKE 'http://www.athletics-oceania.com/uploads/media/South_Pacific_Mini_Games_1997_-_Pago_Pago__American_Samoa_-_FULL_RESULTS.pdf%') OR (el_to LIKE 'http://www.athletics-oceania.com/uploads/media/South_Pacific_Games_1969_-_Port_Moresby__Papua_New_Guinea_FULL_RESULTS__Paul_Jenes_01.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATM002900_C74A.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATW061900_C74B.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATM001900_C74A.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/competitions/european-athletics-championships/2014/athletics/event/%') OR (el_to LIKE 'http://www.sport.pl/sport/1,65025,8317374,Lekkoatletyka__W_Helsinkach_futbol_wygral_z_lekkoatletyka.html%') OR (el_to LIKE 'http://www.supersport.com/athletics/article.aspx?Id=1772334%') OR (el_to LIKE 'http://www.rkp.w.activ.pl/downloads/przewodnik.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATM008101_C73G.pdf%') OR (el_to LIKE 'http://www.serbia-athletics.org.rs/download/1244486899.pdf%') OR (el_to LIKE 'http://www.athleticsweekly.com/news/laverne-jones-ferrette-stripped-of-world-indoor-medal-after-positive-test/%') OR (el_to LIKE 'http://www.iaaf.org/wic10/results/eventcode=4144/racedate=03-12-2010/sex=W/discCode=60/combCode=hash/roundCode=h/results.html%') OR (el_to LIKE 'http://speedwaya-z.cz/view.php?cisloclanku=2015020502%') OR (el_to LIKE 'http://katowice.ipn.gov.pl/aktualnosci/2015/katowice/ceremonia-wreczenia-krzyzy-wolnosci-i-solidarnosci,-w-34.-rocznice-pacyfikacji-kopalni-wujek-katowice,-16-grudnia-2015%') GROUP BY page_title ORDER BY page_title; SELECT CONCAT('# ',el_to) as el_to#, COUNT(*) AS counting FROM page JOIN externallinks ON page_id = el_from WHERE page_namespace = 0 AND (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATW015101_C73G.pdf%') OR (el_to LIKE 'http://www.athletics-oceania.com/uploads/media/South_Pacific_Mini_Games_1993_-_Port_Vila__Vanuatu_-_Full_Results.pdf%') OR (el_to LIKE 'http://www.athletics-oceania.com/uploads/media/South_Pacific_Mini_Games_1997_-_Pago_Pago__American_Samoa_-_FULL_RESULTS.pdf%') OR (el_to LIKE 'http://www.athletics-oceania.com/uploads/media/South_Pacific_Games_1969_-_Port_Moresby__Papua_New_Guinea_FULL_RESULTS__Paul_Jenes_01.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATM002900_C74A.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATW061900_C74B.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATM001900_C74A.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/competitions/european-athletics-championships/2014/athletics/event/%') OR (el_to LIKE 'http://www.sport.pl/sport/1,65025,8317374,Lekkoatletyka__W_Helsinkach_futbol_wygral_z_lekkoatletyka.html%') OR (el_to LIKE 'http://www.supersport.com/athletics/article.aspx?Id=1772334%') OR (el_to LIKE 'http://www.rkp.w.activ.pl/downloads/przewodnik.pdf%') OR (el_to LIKE 'http://www.european-athletics.org/externalmodules/AT/pdf/ATM008101_C73G.pdf%') OR (el_to LIKE 'http://www.serbia-athletics.org.rs/download/1244486899.pdf%') OR (el_to LIKE 'http://www.athleticsweekly.com/news/laverne-jones-ferrette-stripped-of-world-indoor-medal-after-positive-test/%') OR (el_to LIKE 'http://www.iaaf.org/wic10/results/eventcode=4144/racedate=03-12-2010/sex=W/discCode=60/combCode=hash/roundCode=h/results.html%') OR (el_to LIKE 'http://speedwaya-z.cz/view.php?cisloclanku=2015020502%') OR (el_to LIKE 'http://katowice.ipn.gov.pl/aktualnosci/2015/katowice/ceremonia-wreczenia-krzyzy-wolnosci-i-solidarnosci,-w-34.-rocznice-pacyfikacji-kopalni-wujek-katowice,-16-grudnia-2015%') GROUP BY el_to ORDER BY /*counting DESC,*/ el_to;
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...