Query Run
use commonswiki_p; select count(*) from image where img_size >... 4 years ago
use commonswiki_p; select count(*) from image where img_size > 10000000; 4 years ago
use commonswiki_p; select count(*) from image and img_size > 10000000; 4 years ago
use commonswiki_p; select count(*) from image join recentchanges on... 4 years ago
use commonswiki_p; select count(*) from image join recentchanges on... 4 years ago
use commonswiki_p; select count(*) from image join recentchanges on... 4 years ago