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

SQL

AخA
 
# editors without NPR who reviewed new pages
SELECT DISTINCT log_user_text
FROM `logging` 
WHERE log_namespace = 0
AND log_type = 'pagetriage-curation'
AND log_timestamp >  (NOW() - INTERVAL 1 YEAR)  
AND log_user NOT IN (
  SELECT ug_user
  FROM `user_groups`
  WHERE ug_group IN ('patroller', 'sysop')
  ) 
AND log_user != 0
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...