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
How to Execute a Package in PL/SQL.?
what is the difference between delete and truncate statement in sql? : Sql dba
What are primary key and foreign key and how they work?
Why is theta join required?
When should I use nosql database?
Differentiate pl/sql and sql?
Explain architecture of sql server notification services?
What is pl sql block structure?
how many values can the set function of mysql take? : Sql dba
How can triggers be used for the table auditing?
What are all the different types of indexes?
How can use stored procedures in sql?
What is mdb stand for?
Explain what is sql*plus?
What are the set operators in sql?