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 is difference sql and mysql?
What is left join example?
Is there a 64 bit version of ssms?
what are null values? : Sql dba
What is sql in oracle?
What are the possible values for the boolean data field?
How to install oracle sql developer?
what are sequences
What are views in sql?
how to use 'mysql' to run sql statements? : Sql dba
Is sql a backend language?
what is a stored procedure? : Sql dba
What are the two types of periodical indexes?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What are properties of the transaction?