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 pl_title as page_title from pagelinks inner join page on page_id=pl_from where pl_from= ( select page_id from page where page_title='Education_noticeboard/Incidents' and page_namespace=4 ) talkpagemed 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 > 20140601 and rc_new_len-rc_old_len>500/* and rc_comment not like '%%rollback%%'*/ 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...