if a string is there like s1,s2,s3,s4.How to find count of
commas in this.
Answer Posted / ashok
SELECT LENGTH(REGEXP_REPLACE('s1,s2,s3,s4', '[s0-9]', '')) FROM dual
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are system versioned tables?
What is compound trigger?
how to convert character strings to dates? : Sql dba
How to read/write files from pl/sql?
Which nosql database is best?
What is the difference between partition and index?
What are character functions?
what is sql server agent? : Sql dba
what is cursor. write example of it. What are the attributes of cursor.
What does a pl/sql package consist of?
Cite the differences between execution of triggers and stored procedures?
explain the delete statements in sql
What are views in sql?
How to download oracle sql developer?
what are the limitations of identity column? : Transact sql