SELECT comment_text
FROM comment
WHERE comment_text LIKE "%[[WP:VN%"
ORDER... |
3 years ago |
SELECT comment_text
FROM comment
WHERE comment_text LIKE... |
3 years ago |
SELECT comment_text
FROM comment
WHERE comment_text LIKE... |
3 years ago |
SELECT comment_text
FROM comment
WHERE comment_text LIKE "%AFCH%"
ORDER BY... |
3 years ago |
SELECT comment_text
FROM comment
WHERE comment_text REGEXP... |
3 years ago |
SELECT comment_text
FROM comment
WHERE comment_text REGEXP... |
3 years ago |
SELECT pt_namespace, pt_title, comment_text
FROM protected_titles
LEFT JOIN... |
3 years ago |