USE tewiki_p;
select mid(log_timestamp,1,4),log_type,count(log_action)
from... |
3 years ago |
USE tewiki_p;
select mid(log_timestamp,1,4),log_type,count(log_type)
from... |
3 years ago |
USE tewiki_p;
select log_type,count(log_type)
from
logging
where
... |
3 years ago |