use commonswiki_p;
select img_media_type, count(*) as num from image where... |
6 years ago |
use commonswiki_p;
select img_media_type, count(*) as num from image where... |
6 years ago |
use commonswiki_p;
select count(num) from (
select img_media_type,... |
6 years ago |
use commonswiki_p;
select img_media_type, count(*) from image where... |
6 years ago |
select img_media_type, count(*) from commonswiki.image where img_timestamp <... |
6 years ago |
select img_media_type, count(*) from commonswiki.image where img_timestamp <... |
6 years ago |
select img_media_type, count(*) from image where img_timestamp <... |
6 years ago |
select count(*) from image where img_timestamp < 20180401000000 group by... |
6 years ago |