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

SQL

AخA
 
SELECT count(rc_id) AS raw
FROM recentchanges
INNER JOIN actor ON rc_actor = actor_id
WHERE rc_patrolled = 0
  AND actor_user IS NULL;
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...