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
What are the advantages of stored procedure?
What is an emotional trigger?
Why is pl sql needed?
Can we edit a view in sql?
How do you update a sql procedure?
Can 2 queries be executed simultaneously in a distributed database system?
Can we use views in stored procedure?
What is the difference between python and sql?
What is meant by temporal data?
What is row_number () in sql?
How to return an array from java to pl/sql?
What are the properties of a transaction?
Is sql dba a good career? : SQL DBA
Describe sql comments?
What are all different types of collation sensitivity?