/* char_length doesn't return UTF-8 code point count */
select log_title as... |
3 months ago |
/* char_length doesn't return UTF-8 code point count */
select log_title as... |
3 months ago |
/* char_length doesn't return UTF-8 code point count */
select log_title,... |
3 months ago |
/* char_length doesn't return UTF-8 code point count */
select log_title,... |
3 months ago |
select log_title, actor_name, comment_text, char_length(log_title),... |
3 months ago |
select log_title, actor_name, comment_text, char_length(log_title),... |
3 months ago |
select log_title, actor_name, comment_text from logging
join actor on... |
3 months ago |
select log_title, actor_name, comment_text from logging
join actor on... |
3 months ago |
select log_title, actor_name, comment_text from logging
join actor on... |
3 months ago |
select log_title, actor_name, comment_text from logging
join actor on... |
3 months ago |
select log_title, actor_name, comment_text from logging
join actor on... |
3 months ago |
select * from logging
where log_type = 'delete' and log_action = 'delete'
limit 10; |
3 months ago |