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

SQL

AخA
 
SELECT DISTINCT p.page_id FROM page p
JOIN revision r ON r.rev_page = p.page_id AND r.rev_user = 4906524
JOIN templatelinks t1 ON t1.tl_from = p.page_id AND t1.tl_title = 'Information' AND t1.tl_namespace = 10
LEFT JOIN templatelinks t2 ON t2.tl_from = p.page_id AND t2.tl_title IN ('PD-self', 'Self') AND t2.tl_namespace = 10
WHERE p.page_namespace = 6
AND t2.tl_from IS NULL
AND r.rev_comment = 'adding {{Information}}; adding  using [[Wikipedia:FurMe|FurMe]]'
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...