SELECT * FROM comment WHERE contains(comment_text, "WikiLoop Battlefield") LIMIT 10; |
5 years ago |
SELECT * FROM comment WHERE contains(comment_text, "WikiLoop Battlefield") LIMIT 10; |
5 years ago |
SELECT * FROM comment WHERE contains(comment_text, "%WikiLoop Battlefield%")... |
5 years ago |
SELECT * FROM comment WHERE contains(comment_text, "%WikiLoop Battlefield%")... |
5 years ago |
SELECT * FROM comment WHERE comment_text = "%WikiLoop Battlefield%" LIMIT 10; |
5 years ago |
SELECT * FROM comment WHERE comment_text = "%WikiLoop Battlefield%" LIMIT 10; |
5 years ago |
SELECT * FROM comment WHERE comment_text = "%Wikiloop%" LIMIT 10; |
5 years ago |
SELECT * FROM comment WHERE comment_text contains "wikiloop" LIMIT 10; |
5 years ago |
SELECT * FROM comment LIMIT 10; |
5 years ago |
DESC comment; |
5 years ago |
DESC Comment; |
5 years ago |
SHOW Tables; |
5 years ago |
DESC revision; |
5 years ago |
SHOW Tables; |
5 years ago |