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 dump a table to a file with 'mysqldump'? : Sql dba
What is #table in sql?
what are null values? : Sql dba
How does postgresql compare to mysql?
What is normalisation and its types?
What is pl sql architecture?
What is the most common sql injection tool?
What are packages in pl sql and also explain its advantages?
Can we update views in sql?
What is cursor and why it is required?
When can we use the where clause and the having clause?
What is mutating error?
How to fix oracle error ora-00942: table or view does not exist
Why functions are used in sql?
What are sql constraints?