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
Erutuon
.
Toggle Highlighting
SQL
set @category_name := 'Old_Norse_lemmas'; select page_namespace, page_title from categorylinks left join revision on rev_page = cl_from left join actor on actor_id = rev_actor left join page on page_id = rev_page where cl_to = @category_name group by cl_from -- inefficient because it requires going through all edits! having sum(if(actor_name = 'Mårtensås', 0, 1)) > 0 -- having sum(if(actor_name = 'Allahverdi Verdizade' or actor_name = 'Ketiga123', 0, 1)) > 0 order by page_namespace, page_title;
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...