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

SQL

AخA
 
USE ptwiki_p;
SELECT 
  rc_title, 
  rc_patrolled, 
  fr_flags, 
  rc_user_text, 
  rc_this_oldid 
FROM 
  flaggedrevs, 
  recentchanges
WHERE 
  fr_rev_id=rc_this_oldid 
  AND fr_flags LIKE "%auto%" 
  AND rc_source="mw.edit" 
  AND rc_namespace=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...