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
Doktor Wu
.
Toggle Highlighting
SQL
SELECT distinct pl_from, pl_title FROM page , categorylinks as cl1, categorylinks as cl2, pagelinks Where cl2.cl_to like '%isambiguation%' AND cl2.cl_from= page_id AND pl_title=page_title AND pl_from_namespace = 0 AND pl_namespace = 0 AND cl1.cl_to like '%lympic%' AND cl1.cl_to not like '%at_the_2020_Summer_Olympics' AND cl1.cl_to not like '%at_the_2020_Summer_Paralympics' AND cl1.cl_from= pl_from AND pl_title <> "Netherlands" AND pl_title <> "Sailing_(sport)" AND pl_title <> "Rio_de_Janeiro" AND pl_title <> "Marathon" AND pl_title <> "X_Games" AND pl_title not like '%at_the_2020_Summer_Paralympics' ORDER BY pl_from DESC Limit 100;
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...