This query is marked as a draft This query has been published by BilledMammal.

SQL

x
 
SELECT DISTINCT(page_title)
FROM page
WHERE page_namespace = 4
AND page_is_redirect = 1
AND (page_title LIKE "NOT%" OR page_title LIKE "Not\_%")
AND page_id NOT IN (SELECT page_id 
           FROM page 
           JOIN pagelinks ON page_id = pl_from
           WHERE page_namespace = 4
           AND page_is_redirect = 1
           AND (page_title LIKE "NOT%" OR page_title LIKE "Not\_%")
           AND (pl_title = "What_Wikipedia_is_not"
                OR pl_title LIKE "%Notability%")
           AND pl_namespace = 4)
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.

Checking query status...