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
Mr. Ibrahem
.
Toggle Highlighting
SQL
SELECT actor_name AS user_name, date(user_registration) AS user_registration, user_editcount AS total_edits, (SELECT COUNT(*) FROM revision WHERE rev_actor = actor_id AND rev_deleted = 0) AS live_edits, (SELECT COUNT(*) FROM revision WHERE rev_actor = actor_id AND rev_timestamp > DATE_SUB(NOW(), INTERVAL 1 MONTH)) AS edits_last_month FROM actor join user on actor_user = user_id LEFT JOIN ipblocks ON actor_user = ipb_user LEFT JOIN user_groups ON actor_user = ug_user WHERE ipb_user IS NULL AND ug_user IS NULL HAVING live_edits >= 400 AND edits_last_month >= 10;
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...