select *
from logging_logindex where log_action = 'thanks'
and... |
3 years ago |
select *
from logging_logindex where log_action = 'thank'
and... |
3 years ago |
select *
from logging_logindex where log_title = 'GeneralNotability'
... |
3 years ago |
select log_timestamp as thank_timestamp, replace(log_title, '_', ' ') as... |
3 years ago |
select log_timestamp as thank_timestamp, replace(log_title, '_', ' ') as... |
3 years ago |
describe logging_logindex; |
3 years ago |