if a string is there like s1,s2,s3,s4.How to find count of
commas in this.
Answer Posted / debbie
select
length('s1,s2,s3,s4')-length(replace('s1,s2,s3,s4',',')) as
Count_comma from dual
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is sql port 1433 encrypted?
What is an ndf file?
Can pl sql procedure have a return statement?
What is the use of index in hive?
What is sequence in sql?
what is top in tsql? : Transact sql
What is the difference between an inner join and an outer join?
What is a table?
Is sql a oracle?
Is foreign key mandatory?
what is collation? : Sql dba
What are hotfixes and patches?
What is attribute indicator in pl sql?
What is the difference between microsoft access and sql?
Why use subqueries instead of joins?