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
MdaNoman
.
Toggle Highlighting
SQL
USE bnwiki_p; SELECT MIN(rc_timestamp) AS timestamp, CONCAT('[[', rc_title, ']]') AS page, MAX(rc_new_len) - MIN(rc_old_len) AS diff, MAX(rc_new_len) AS new_len, MAX(rc_new_len)/MIN(rc_old_len) AS increase_ratio FROM recentchanges AND DATEDIFF(CURDATE(), rc_timestamp) < 14 AND rc_new_len > 5000 GROUP BY rc_title ORDER BY increase_ratio 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...