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
FoBe
.
Toggle Highlighting
SQL
SELECT page.page_title title, pagecat.cl_to cat FROM page JOIN page AS talk ON page.page_title = talk.page_title AND page.page_namespace = 0 AND talk.page_namespace = 1 JOIN categorylinks AS pagecat ON page.page_id = pagecat.cl_from JOIN categorylinks AS talkcat ON talk.page_id = talkcat.cl_from WHERE talkcat.cl_to = 'Élő_személyek_életrajzai' AND (pagecat.cl_to = 'Forrással_nem_rendelkező_lapok') -- OR pagecat.cl_to = 'Kevés_forrással_rendelkező_lapok' -- OR pagecat.cl_to = 'Részben_rossz_forrással_rendelkező_lapok') ORDER BY cat, title ASC;
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...