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 / nitin vartak
select enam ,eempno , (len(phoneno) - len(replace
(phoneno,',',''))) + 1 from TableName
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explian rowid, rownum?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Can we use delete in merge statement?
Which kind of parameters cannot have a default value in pl sql?
What found sql?
How do you optimize a stored procedure query?
can sql servers linked to other servers like oracle? : Sql dba
what is oracle database ? : Sql dba
Mention what does plv msg allows you to do?
What is difference between ms sql and mysql?
Is oracle sql free?
What does := mean in pl sql?
What is partition by in sql?
Can unique keys be null?
How do you use a while loop in pl sql?