How do I count the appearance of a word in a text-column in MySQL?
Example:
Row-Data:
"This is a test text for testing"
Word:
"test"
Output:
--> 2 Matches
I want to calculate the relevance of a word in datasets. Therefore I need to know how often a certain column contains the search-phrase.