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 is a system versioned table?
Can we change the table name in sql?
Is delete faster than truncate?
Can we use ddl commands in pl sql?
What is a constraint? Tell me about its various levels.
What is the location of pre_defined_functions.
What is example of database?
What is the difference between Union and Union all. Which is faster.
Can one improve the performance of sql*loader? : aql loader
Is join an inner join?
What does the file extension accdb stand for?
What is an inner join sql?
What is sql indexing?
what are the types of subquery? : Sql dba
What is identity column in sql server?