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

SQL

x
 
SET @start_date = '20240101000000';
SET @end_date =   '20241231000000';
SELECT page_Title
FROM page
WHERE page_is_redirect=1
    AND page_namespace=2 
    between @start_date and @end_date;
 
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...