Fork of
Count orphaned User talk: pages
by Certes
This query is marked as a draft
This query has been published
by Certes.
SQL
AخA
SET STATEMENT max_statement_time = 1000 FOR
SELECT Pt.page_title AS Title
FROM page Pt
WHERE Pt.page_namespace=3 AND Pt.page_title LIKE "%/%"
AND NOT EXISTS (SELECT * FROM page Pu WHERE Pu.page_namespace=2 AND Pu.page_title = Pt.page_title)
ORDER BY Title
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.