select * from logging, comment
where
log_comment_id = comment_id
and log_id... |
2 years ago |
select *, log_id, date_format(log_timestamp, '%Y-%b-%d %H:%i:%s'),... |
2 years ago |
select log_id, date_format(log_timestamp, '%Y-%b-%d %H:%i:%s'),... |
2 years ago |
select log_id, date_format(log_timestamp, '%Y-%b-%d %H:%i:%s'), comment_text... |
2 years ago |
select log_id, date_format(log_timestamp, '%Y-%b-%d %H:%i:%s'), comment_text... |
2 years ago |