Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Steinsplitter
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT DISTINCT CONCAT ( "{{#target:User talk:" , 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 > DATE_FORMAT(DATE_ADD(NOW(), INTERVAL -180 DAY), '%Y%m%d%H%i%s') AND rev_user_text NOT IN ( # voted in R2 yet SELECT DISTINCT rc_user_text AS rev_user_text FROM recentchanges WHERE rc_title LIKE "Picture_of_the_Year/2016/R2/v/%" ) AND rev_user_text NOT IN ("TheAmerikaner ", "GroundlessAir", "CopernicusAD", "Evka W", "Poséidon", "Råy kuø", "Florianmavy", "連綿", "LucasBitencourt", "Rottenbach", "Mothman27", "クライフ真琴") //not eligible ORDER BY rev_user_text ASC; #sort abc
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...