SQL
AخA
SELECT REPLACE(page_title, "_", " ") AS title, IF(page_is_redirect,"R","") AS redirect from page, page_props
WHERE page_id = pp_page
AND pp_propname = "disambiguation"
AND page_namespace = 0
AND NOT EXISTS (SELECT 1 FROM templatelinks, linktarget
WHERE tl_from = page_id
AND tl_target_id = lt_id
AND lt_namespace = 10
AND lt_title = "Dmbox"
)
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.