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
How do I find duplicates in a single column in sql?
How to find 3rd highest salary of an employee from the employee table in sql?
What can I use instead of union in sql?
What is trigger in sql and its types?
Is sql microsoft?
What is parallel hint?
What is a join query?
What is benefit of creating memory optimized table?
what is the bond code in materialized view?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What are the different datatypes available in PL/SQL?
what is offset-fetch filter in tsql? : Transact sql
explain the advantages and disadvantages of stored procedure? : Sql dba
What is sqlexception in java?
What are different joins used in sql?