SELECT comment_text
FROM comment
WHERE comment_text LIKE "% (afd)"
ORDER BY... |
2 years ago |
SELECT comment_text
FROM comment
# WHERE comment_text LIKE "% (afd)"
ORDER... |
2 years ago |
SELECT comment_text
FROM comment
WHERE comment_text LIKE "% (afd)"
ORDER BY... |
2 years ago |
SELECT comment_text
FROM comment
#WHERE log_comment LIKE '%%'
ORDER BY... |
2 years ago |
SELECT comment_text
FROM comment
#WHERE log_comment LIKE '%%'
ORDER BY... |
2 years ago |
SELECT comment_text
FROM comment
JOIN logging ON log_comment_id =... |
2 years ago |
SELECT log_comment
FROM logging
#WHERE log_comment LIKE '%%'
ORDER BY log_id... |
2 years ago |