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

SQL

AخA
 
select distinct CONCAT("{{User:Aidan9382//adle|1=",page_title,"}}") as page_title, page_is_redirect as is_redirect
from page
where page_namespace = 0
and page_title rlike "/[Ss]andbox|/[Dd]oc(?![a-zA-Z]|_[Ww]atson)|/[Aa]rchive"
order by page_title asc;
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...