blank query |
2 weeks ago |
SELECT REGEXP_REPLACE(comment_text, '\\]\\]:.*', ']]: ...')
FROM... |
2 weeks ago |
SELECT COUNT(*), REGEXP_REPLACE(comment_text, '\\]\\]:.*', ']]: ...')
FROM... |
2 weeks ago |
SELECT
FROM logging_userindex
JOIN actor_logging ON actor_id =... |
2 weeks ago |
SELECT COUNT(*), REGEXP_REPLACE(comment_text, '\\]\\]:.*', ']]: ...')
FROM... |
2 weeks ago |