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 the syntax for using sql_variant_property? : Transact sql
What do you understand by pl/sql cursors?
What is ttitle and btitle?
What is the meaning of disabling a trigger?
What are the benefits of triggers?
What is difference between nchar and nvarchar?
What does subquery mean in sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What does varchar include?
What is difference between stored procedure and trigger?
How do you get column names only for a table (sql server)?
Which command is used to delete a trigger?
What is sql integrity?
What is sql trigger example?
How to start oracle sql developer?