SQL
AخA
USE commonswiki_p;
SELECT DISTINCT rev_user_text
FROM revision
WHERE rev_comment LIKE "+1 POTY vote - eligible on%" # on rev comment, so we don't have to inner join "page" table
AND rev_timestamp > 20160000000000;
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.