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

SQL

AخA
 
Use enwiki_p;
Select page_namespace, page_title, rd_title from page inner join redirect on page_id = rd_from
Where rd_namespace = 10 and page_namespace = 10
And page_title not regexp "/doc|/sandbox|/testcases|/demo"
And rd_title like "%-stub"
and page_title not like "%stub%" and page_title not like "%Stub%";
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...