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
Adsum1369
.
Toggle Highlighting
SQL
select * from (logging as logdel inner join logging_compat as logcr on logdel.log_page=logcr.log_page) inner join user on logcr.log_user=user.user_id where logdel.log_type='delete' and logdel.log_action='delete' and logcr.log_type='create' and logcr.log_action='create' and logdel.log_timestamp - user.user_registration < 100000000 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...