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
Ragesoss
.
Toggle Highlighting
SQL
select rc_this_oldid, rc_last_oldid, rc_title, rc_new_len-rc_old_len as diffSize from recentchanges inner join ( select page_title from pagelinks inner join page on page_title=pl_title and where pl_title='Cat' ) on rc_title=page_title left join user_groups on rc_user=ug_user and rc_type < 5 and ug_group = 'bot' where ug_group is NULL and rc_namespace=0 and rc_timestamp > '20140612' and rc_new_len-rc_old_len>500 and rc_comment not rlike order by rc_new_len-rc_old_len 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...