I'm using a SQL database. In this database, in a column, i put a lot of different string.
I would like to find the most occuring word in the string in the column.
For exemple if i had 3 strings : "Hello you" "Hello, How are you ?" "Fine and you ?"
I would like SQL request return me : You then Hello etc etc...
Thank you for helping.
Thibaud