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
Huji
.
Toggle Highlighting
SQL
use fawiki_p; select user_name, max(rev_timestamp) last_edit from user join revision_userindex on rev_user = user_id where user_id not in ( select rev_user from revision join page on rev_page = page_id where page_title like 'گزیدن_مقالههای_خوب/%' and rev_timestamp > '20180101000000' ) and user_id not in ( select ug_user from user_groups where ug_group = 'bot' ) and user_editcount > 1000 group by user_name order by last_edit desc
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...