Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
possibly incorrect edits from InternetArchiveBot? (zhwiki)
by
SunAfterRain
This query is marked as a draft
This query has been published
by
SunAfterRain
.
Toggle Highlighting
SQL
select rc_title, rc_timestamp, rc_this_oldid as `oldid`, (rc_new_len - rc_old_len) as `+length`, comment_text from recentchanges left join actor on rc_actor = actor_id left join page on rc_cur_id = page_id left join comment on rc_comment_id = comment_id where actor_name = "InternetArchiveBot" and rc_type = 0 and rc_this_oldid = page_latest and rc_new_len - rc_old_len > 2000;
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...