how can I count single words appearing in a field of a resultset?
example
id| myfield 1 | pear apple peach watermelon 2 | lime grapes pear watermelon
I want to get 6 because there are 6 unique words
I don’t need a fast query, it is just a statistic calculation that will be executed rarely
thanks!
1 Answer