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
Samuele2002
.
Toggle Highlighting
SQL
USE huwikibooks_p; SELECT CONCAT(CASE page_namespace WHEN 0 THEN '' WHEN 2 THEN 'User:' WHEN 10 THEN 'Template:' WHEN 4 THEN 'Project:' ELSE CONCAT('{{ns:', page_namespace, '}}:') END, page_title) FROM page JOIN categorylinks ON cl_from = page_id WHERE cl_to = 'Azonnali_törlésre_váró_lapok' AND NOT EXISTS (SELECT 1 FROM revision_userindex JOIN actor_revision ON actor_id = rev_actor WHERE rev_page = page_id AND actor_name != 'KeFe');
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...