For instance, if I have data in a column like this
data I love book I love apple I love book I hate apple I hate apple
How can I get result
If you want to perform such kind of text analysis, I would recommend using something like lucene, to get the termcount for each term in the document.