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

SQL

AخA
 
select page_title as Redirect
from pagetriage_page
join page on ptrp_page_id=page_id
join pagetriage_page_tags on ptrpt_page_id=page_id
where page_is_redirect=1
    and page_namespace=0
    and ptrpt_tag_id=9 -- snippet
    and ptrpt_value like "REDIRECT Draft:%"
limit 100
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...