if a string is there like s1,s2,s3,s4.How to find count of
commas in this.
Answer Posted / ajit
select 's1,s2,s3,s4' str,
length('s1,s2,s3,s4') - length(replace('s1,s2,s3,s4', ',')) str2
from dual;
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Can we call dml statement in function?
What is the source code of a program?
Does google use sql?
Explain mutating table error.
What is sql rowcount?
How does one load ebcdic data? : aql loader
What are the disadvantages of file system?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
What does plv msg allows you to do?
Is postgresql a server?
Can delete statement be rollbacked?
Can we use loop in sql?
Which type of cursor is used to execute the dml statement?
What is sqlerrm?
Can you rollback after commit?