Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Find all deletions by a certain user on a certain date
by
SoWhy
This query is marked as a draft
This query has been published
by
SoWhy
.
Toggle Highlighting
SQL
SELECT log.log_timestamp AS "timestamp", log.log_namespace AS "namespace", log.log_title AS "page", log.log_comment AS "comment" FROM logging AS log WHERE log.log_action = "delete" AND log.log_user = 54890 AND log.log_timestamp >= 20170801000000 AND log.log_timestamp <= 20170801235959 ORDER BY log.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...