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

SQL

x
 
select current_timestamp() as Timestamp, count(*) as redirect_backlog
from pagetriage_page
join page on ptrp_page_id=page_id
where ptrp_reviewed=0 and
page_namespace=0 and
page_is_redirect=1 and
ptrp_deleted=0;
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...