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
DannyS712
.
Toggle Highlighting
SQL
SET @ts = '20190900010101'; USE outreachwiki_p; SELECT DISTINCT a.actor_name FROM revision r JOIN actor a ON r.rev_actor = a.actor_id WHERE r.rev_timestamp > @ts AND a.actor_user AND NOT EXISTS ( SELECT 1 FROM ipblocks WHERE ipb_user = a.actor_user ) AND NOT EXISTS ( SELECT 1 FROM user_groups WHERE ug_group = 'bot' AND ug_user = a.actor_user ) ORDER BY actor_name #LIMIT 100;
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...