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