select
actor_name,
left(log_timestamp, 8),
count(*)
from... |
2 years ago |
select
actor_name,
left(log_timestamp, 8),
count(*)
from... |
2 years ago |
select
actor_name,
left(log_timestamp, 8),
count(*)
from... |
2 years ago |
select
actor_name,
left(log_timestamp, 8),
count(*)
from... |
2 years ago |
select
actor_name,
left(log_timestamp, 6),
count(*)
from... |
2 years ago |
select
log_actor,
left(log_timestamp, 6),
count(*)
from... |
2 years ago |
select
log_actor,
left(log_timestamp, 4),
count(*)
from... |
2 years ago |
select *
from logging_userindex
where log_type = 'protect'
order by log_id... |
2 years ago |