select
log_title,
log_timestamp
from logging
where
log_type = "rights"... |
1 year ago |
select
log_title, log_timestamp
from logging
where
log_type = "rights"... |
1 year ago |
select
*
from logging
where
log_type = "rights" and
not log_params... |
1 year ago |
select
*
from logging
where
log_type = "rights"
order by
log_timestamp... |
1 year ago |