select count(*)
from logging
join comment on log_comment_id =... |
4 years ago |
select log_timestamp, log_title, comment_hash
from logging
join comment on... |
4 years ago |
select log_timestamp, log_title, comment_text, comment_hash
from... |
4 years ago |
select log_timestamp, log_title, comment_text, comment_hash
from... |
4 years ago |
select log_timestamp, log_title, comment_text
from logging
join comment on... |
4 years ago |
select log_timestamp, log_title, log_comment_text
from logging
join comment... |
4 years ago |
select log_timestamp, log_title, log_comment_text
from logging
join comment... |
4 years ago |
select log_timestamp, log_title, log_comment_text
from logging
join comment... |
4 years ago |
select *
from logging
where log_type = 'delete'
and log_action =... |
4 years ago |
select *
from logging
where log_type = 'delete'
and log_action =... |
4 years ago |
select *
from logging
where log_type = 'delete'
and log_action =... |
4 years ago |
select *
from logging
where log_type = 'delete'
and log_action = 'delete'
limit 100 |
4 years ago |