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
BilledMammal
.
Looks for Stub-Class biography articles sourced solely to various statistical sources, creating in February 2015.
Toggle Highlighting
SQL
SELECT * FROM (SELECT el_from FROM externallinks WHERE el_to LIKE '%lympedia.org%' GROUP BY el_from) AS Olympedia LEFT JOIN (SELECT el_from FROM externallinks WHERE el_to NOT LIKE '%lympedia.org%' GROUP BY el_from) AS NotOlympedia ON Olympedia.el_from = NotOlympedia.el_from JOIN page ON page_id = Olympedia.el_from
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...