Searching for the frequency of a word

You can search posts for a word. And you can count the number of matching posts. But I don't know of a way to count the number of occurrences of a word in a post with just SQL.
 
You can search posts for a word. And you can count the number of matching posts. But I don't know of a way to count the number of occurrences of a word in a post with just SQL.

Bugger, I thought I could count the individual instances of a word. How would I count the number of posts that contained a specific word?
 
If the table isn't too large, you can download it and open it in Notepad++.

You can then search for the word and it will return the total number.
 
Top Bottom