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
What is partition in sql query?
Are views faster than queries?
How many commands are in sql?
How many sectors are in a partition?
What are the types of records?
What is a parameter query?
What is cursor and its types?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
Why we use joins in sql?
What are the benefits of pl sql?
how many groups of data types? : Sql dba
Does sql use python?
How many tables can a sql database have?
What's the difference between a primary key and a clustered index?
What are the subsets of sql?