Is there any function in SQL to get the number of dots in a string variable.
Suppose
str1 is a varchar2 type variable
str1='adf.hjk.j hh.jhkjh.'
Any function or any method is available in sql to get the number of dots in the string data variable. The result should give the number of dots present i.e it should give 4 as value.
Suppose
str1 is a varchar2 type variable
str1='adf.hjk.j hh.jhkjh.'
Any function or any method is available in sql to get the number of dots in the string data variable. The result should give the number of dots present i.e it should give 4 as value.
Comment