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
How is data stored in sql?
What is offset in sql query?
What are the key differences between SQL and PL SQL?
How many subqueries can be nested in a statement?
How many sectors are in a partition?
how to shutdown mysql server? : Sql dba
What is mdf ldf and ndf?
How do I use google cloud in sql?
Is stored procedure faster than query?
What is the difference between sql and t sql?
tell me about various levels of constraint. : Sql dba
Is join and inner join the same?
Which normal form is best?
What are its different types of dbms?
What are sql commands?