Fork of
CNRD Complete 2
by Matthewrbowker
This query is marked as a draft
This query has been published
by Matthewrbowker.
SQL
x
use `enwiki_p`;
SELECT * FROM redirect r
WHERE r.rd_namespace NOT IN (0, 4, 10, 12, 14, 100)
LIMIT 10;
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.