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.