i want count no of values in a column i.e
enam eempno phoneno
x 1 (98765,09887,096561,87964579,156678,678900876)
that means if i select phone no from table i want to get
total count of phone numbers i.e 6
Answer Posted / ajit
select name,length(replace(phno, ','))
from phno;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the limitations of sql express?
What are functions in sql?
How can you load microsoft excel data into oracle? : aql loader
How are sql commands classified?
What is a table partition?
Define commit?
What is serial sql?
How can we implement rollback or commit statement in a trigger?
What are the different types of dbmss?
What is the use of index in sql?
How do I upgrade sql?
What is use of trigger?
Describe different types of general function used in sql?
What are actual parameters and formal parameters?
What is the difference between microsoft sql and mysql?