Fork of InternetArchiveBot edits to add links to archive.org books by Nemo bis
This query is marked as a draft This query has been published by Nemo bis.

SQL

AخA
 
USE enwiki_p;
SELECT rev_id
FROM revision_compat
WHERE rev_actor = 177
AND rev_id > 958000000
AND rev_timestamp > DATE(NOW() - INTERVAL 12 MONTH)
AND rev_comment LIKE "Bluelink%";
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...