use knwiki_p;
select 'Kannada Wiki: Pages more than 2 KB';
select count(*)... |
3 months ago |
use knwiki_p;
select 'Pages more than 2 KB';
select count(*) from page where... |
3 months ago |
use knwiki_p;
select "Pages more than 2 KB";
select count(*) from page where... |
3 months ago |
use knwiki_p;
print("Pages more than 2 KB");
select count(*) from page where... |
3 months ago |
use knwiki_p;
print("Pages more than 2 KB")
select count(*) from page where... |
3 months ago |
use knwiki_p;
select count(*) from page where page_len > 2048 and... |
3 months ago |
use knwiki_p;
select count(*) from page where page_len > 2048 and... |
3 months ago |