Hello
I want to count the number of / in a string.
Exemple :
I have a column that contain one row with this data :
c:/test/test2
I want that my select column from table output me the number of . in each column.
So with my example c:/test/test2 it should outpout me 2
I don't want to count the number of / in php I want to do this work in MySQL it's faster.
Thanks in advance