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
جار الله
.
Toggle Highlighting
SQL
use arwiki_p; select user_name,rev_timestamp ,DATE_FORMAT(user_registration, "%Y-%m-%d") AS registration ,user_editcount ,ug_group ,concat('{{#time:H:i, F j, Y|',rev_timestamp,'}}') as "Last edit" from user, user_groups where ug_group = "bot" and user_name like "%bot" and ug_group not like "bot" and user_id not in (select user_name from user_groups where ug_group like "bot" and ug_user=user_id) and user_editcount > 100 AND rev_timestamp = (SELECT MAX(rev_timestamp) FROM revision WHERE rev_user = user_id) order by user_editcount limit 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...