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 auto increment in sql?
How many types of sql are there?
How do you optimize a query?
What are three advantages to using sql?
Write the alter statement to enable all the triggers on the t.students table.
Explain spool.
what is the difference between join and union? : Sql dba
What are keys in sql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Write a sql select query that only returns each name only once from a table?
What does subquery mean in sql?
Is sql microsoft?
Can we insert data into materialized view?
What are the possible values for the boolean data field?
What is scope of pl sql developer in future?