I want to find out how many times a word occurs in a single row.
For Example: I have table sentences and it has only one column call words which is a string data type. The table has only one row with the value "The mans interest in raising the flag flagged."
I want to get the number of times 'the' occurs which is 2 And if I want to get the number of times 'flag' appears it would be 2