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 / rolly

select count(&a) from emp

enter the column name at run time it will give the exact
count.

I have tested it. It works.

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you delete data from a table?

550


Can there be more than one function with a similar name in a pl/sql block?

556


Explain the uses of database trigger.

664


Can we use ddl commands in pl sql?

565


Can a key be both primary and foreign?

516






What are types of joins?

542


Can we insert data into materialized view?

525


What is delete command in sql?

567


Can %notfound return null after a fetch?

598


How many sql commands are there?

681


What is the difference between python and sql?

530


What is character functions?

562


What is memory optimized table?

582


What are reports usually used for?

570


Define select, insert, create, delete, update, drop keywords

603