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
Pppery
.
Toggle Highlighting
SQL
select log_id, actor_name, log_namespace, log_title, log_timestamp, -- (select comment_text from comment where comment_id=log_comment_id) as "comment", (select count(*) from archive where ar_namespace=log_namespace and ar_title=log_title) as "deleted revision count" from actor -- local join logging_userindex on log_actor = actor_id where log_type="delete" and not exists (select 1 from user_groups where ug_user = actor_user and ug_group="sysop") and (select count(*) from archive where ar_namespace=log_namespace and ar_title=log_title) > 5000 order by log_timestamp desc 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...