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
YuviPanda
.
Toggle Highlighting
SQL
use jawiki_p; select rc_timestamp,rc_this_oldid as oldid,rc_new_len-rc_old_len as diff,substr(rc_user_text,1,30) as user,substr(rc_title,1,40),substr(rc_comment,1,40) from recentchanges_userindex where rc_user in (select user_id from user where user_id > (select user_id from user where user_registration >= (select replace(replace(replace(date_sub(now(), interval 2 month), '-', ''), ':', ''), ' ', '')) and user_name not like '%bot' limit 1) ) and rc_user_text not like "%bot" and ((rc_new_len - rc_old_len > 600 or (rc_new_len - rc_old_len > -10 and length(substr(rc_comment, locate('*/',rc_comment)+1)) > 30 and locate('[[WP:AES|',rc_comment)=0)) and locate('[[Special:Contributions',rc_comment)=0) and locate('[[Category:',rc_comment)!=1 and rc_new_len > 1400 and rc_namespace = 0 order by rc_timestamp desc limit 100;
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...