SQL
AخA
SELECT p.page_title
FROM page p
LEFT JOIN watchlist w
ON p.page_namespace = w.wl_namespace
AND p.page_title = w.wl_title
WHERE w.wl_user 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.