Fork of
zhwiki: pagelinks
by Xiplus
This query is marked as a draft
This query has been published
by Xiplus.
SQL
AخA
SELECT pl_namespace, pl_title
FROM pagelinks
LEFT JOIN page ON pl_namespace = page_namespace AND pl_title = page_title
WHERE pl_namespace = 4
AND pl_title LIKE "管理员布告板/其他%"
AND page_id IS NULL
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.