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 / ajmal khan
select count(column_name) from table_name;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is difference sql and mysql?
what is the difference between a web-garden and a web-farm? : Sql dba
Why do we use cursors?
What is procedure and function?
Can we use threading in pl/sql?
explain normalization concept? : Sql dba
What are the two different parts of the pl/sql packages?
What is execution plan in sql?
What is gpt format?
What is sql and explain its components?
What is sql character function?
how to escape special characters in sql statements? : Sql dba
Which nosql database is best?
What are the different types of triggers?
How do you declare a user-defined exception?