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
Bertievidgen
.
Toggle Highlighting
SQL
USE enwiki_p; #USE dewiki_p; #SELECT pl_title FROM #pagelinks JOIN page ON page_id = pl_from #WHERE page_title = "Jane_Eyre" #AND pl_namespace = "0" and page_namespace = "0"; # Links from Jane Eyre outwards SELECT pl_title, pl_from FROM pagelinks JOIN page ON page_id = pl_from WHERE page_title IN ( 'Adaptations_of_Jane_Eyre', 'Agnes_Grey', 'Anne_Brontë', 'Ardiente_secreto', 'Arthur_Bell_Nicholls', 'BBC', 'BBC_News', 'Bertha_Mason', 'Bibliothèque_nationale_de_France', 'Bildungsroman', 'Boarding_school', 'Branwell_Brontë', 'Brontë_(play)', 'Brontë_Country', 'Brontë_Parsonage_Museum', 'Brontë_Waterfall', 'Brontë_Way', 'Brontë_family', 'Byronic_hero', 'Charlotte_Brontë', 'Chartism', 'CiNii', 'Classism', 'Congenital', 'Constantin_Héger', 'Cowan_Bridge', 'Cowan_Bridge_School', 'DMOZ', 'Dewey_Decimal_Classification', 'Elizabeth_Brontë', 'Elizabeth_Eastlake', 'Elizabeth_Gaskell', 'Ellen_Nussey', 'Emily_Brontë', 'F._H._Townsend', 'Feminism', 'George_III_of_the_United_Kingdom', 'Gondal_(fictional_country)', 'Governess', 'Harper_(publisher)', 'Hathersage', 'Hulme', 'Human_sexuality', 'International_Standard_Book_Number', 'Internet_Archive', 'JSTOR', 'James_Joyce', 'Jane_Eyre_(1910_film)', 'Jane_Eyre_(1934_film)', 'Jane_Eyre_(1943_film)', 'Jane_Eyre_(1956_film)', 'Jane_Eyre_(1970_film)', 'Jane_Eyre_(1973_miniseries)', 'Jane_Eyre_(1983_TV_serial)', 'Jane_Eyre_(1996_film)', 'Jane_Eyre_(1997_film)', 'Jane_Eyre_(2006_miniseries)', 'Jane_Eyre_(2011_film)', 'Jane_Eyre_(character)', 'Jane_Eyre_(disambiguation)', 'Jane_Eyre_(musical)', 'Jean_Rhys', 'John_Joubert_(composer)', 'Jucy_(film)', 'LibriVox', 'List_of_Brontë_poems', 'List_of_English_writers', 'Manchester_Cathedral', 'Marcel_Proust', 'Maria_Branwell', 'Maria_Brontë', 'Marmion_(poem)', 'Michael_Berkeley', 'NBC_University_Theatre', 'Northern_England', 'Novel', 'OCLC', 'Orphan_of_Lowood', 'Patrick_Brontë', 'Peak_District', 'Poems_by_Currer,_Ellis,_and_Acton_Bell', 'Pound_sterling', 'Project_Gutenberg', 'Quarterly_Review', 'Religion', 'Retail_Price_Index', 'Sangdil', 'Shirley_(novel)', 'Smith,_Elder_&_Co.', 'Social_criticism', 'Stevie_Davies', 'The_Big_Read', 'The_Eyre_Affair', 'The_Life_of_Charlotte_Brontë', 'The_Master_of_Thornfield', 'The_Professor_(novel)', 'The_Tenant_of_Wildfell_Hall', "The_Young_Men's_Magazine,_Number_2", 'Thornfield_Hall', 'Three-volume_novel', 'To_Walk_Invisible', 'Tuberculosis', 'Tunstall,_Lancashire', 'Typhus', 'United_Kingdom_of_Great_Britain_and_Ireland', 'Victorian_literature', 'Villette_(novel)', 'Wide_Sargasso_Sea', 'Wide_Sargasso_Sea_(1993_film)', 'Wide_Sargasso_Sea_(2006_film)', 'Wikisource', 'William_Carus_Wilson', 'William_Makepeace_Thackeray', 'Woman_and_Wife', 'Wuthering_Heights', 'Wycoller_Hall') AND pl_namespace = "0" 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...