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
Fæ
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT log_title, log_comment, log_user_text FROM logging_logindex AS l WHERE log_action='restore' AND log_timestamp>20160901000000 AND log_timestamp<20161000000000 AND (SELECT COUNT(u.log_page) FROM logging_userindex AS u WHERE u.log_user=4060 AND u.log_page = l.log_page AND u.log_action='delete')>0 ORDER BY log_timestamp 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...