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 difference between nchar and nvarchar?
How can triggers be used for the table auditing?
Explain what is sql*plus?
How to get help at the sql prompt?
Why stored procedures are faster than query?
Do ddl statements need commit?
what does myisamchk do? : Sql dba
What are the different types of database management systems?
What information is needed to connect sql*plus an oracle server?
What is a full join sql?
what is a join? : Sql dba
How to assign sql query results to pl sql variables?
What is sql key?
What is delimiter sql?
What is user in sql?