Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Overwrites by Jan Arkesteijn filtered by metadata
by
Fæ
This query is marked as a draft
This query has been published
by
Fæ
.
Analysis of overwrites by Jan Arkesteijn, account #3601. Metadata filter may be slow to run, but handy for limiting to specific guessed sources. Tweaking rather than forking for 2018 analysis.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT DISTINCT log_title AS File, LEFT(log_timestamp, 8) AS Date, log_comment AS Comment FROM logging_userindex JOIN image ON log_title=img_name AND img_user = log_user JOIN oldimage ON oi_name = img_name JOIN categorylinks ON log_page=cl_from WHERE log_action = "overwrite" AND log_user = '3601' AND oi_user!=log_user AND log_timestamp>20180101000000 GROUP BY oi_name ORDER BY log_timestamp DESC 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...