Fork of Untitled query #11890 by Zhuyifei1999
This query is marked as a draft This query has been published by .

SQL

AخA
 
USE commonswiki_p;
SELECT page_title, ipb_by_text
FROM page_restrictions
INNER JOIN page
ON pr_page = page_id
INNER JOIN ipblocks
ON ipb_address = page_title
WHERE pr_type = 'edit'
AND pr_level = 'sysop'
AND pr_expiry = 'infinity'
AND ipb_expiry = 'infinity'
AND page_namespace = 3
AND ipb_timestamp < 20160000000000
AND NOT page_title LIKE '%/%'
;
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...