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 / sanjeev
select ename,empno,count(column name) from table name
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is dense_rank?
What are string functions in sql?
What is latest version of sql?
Why do we use subquery?
Can a view be mutating? If yes, then how?
what is a stored procedure? : Sql dba
What is difference between nchar and nvarchar?
What is the primary use of normalization?
What is query optimization in sql?
What is trigger in flip flop?
Can we insert data in view?
what are the difference between clustered and a non-clustered index? : Sql dba
What is a left inner join?
What do you understand by pl/sql packages?
How do I edit a trigger in sql developer?