use enwiktionary_p;
select
count(*) as c
from logging
group by... |
3 years ago |
use enwiktionary_p;
select
min(log_timestamp), max(log_timestamp)
from... |
3 years ago |
use enwiktionary_p;
select
min(log_timestamp)
from logging
where log_namespace = 0; |
3 years ago |