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 actor_name, log_namespace, log_title, log_id, log_timestamp from actor join centralauth_p.globaluser on gu_name = actor_name join centralauth_p.global_user_groups on gug_user = gu_id -- local join logging on log_actor = actor_id where gug_group = 'steward' and log_type="delete" and log_timestamp > "20190000000000" order by log_timestamp asc 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...