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
PleaseStand
.
Toggle Highlighting
SQL
use enwiki_p; select rst.* from logging_logindex rst left join logging_logindex del on (del.log_type = 'delete' and del.log_action = 'delete' and del.log_namespace = rst.log_namespace and del.log_title = rst.log_title) where rst.log_type = 'delete' and rst.log_action = 'restore' and del.log_id is null order by rst.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...