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
how do you know if your mysql server is alive? : Sql dba
What is a unique key and primary key and foreign key?
What does <> sql mean?
What does where 1 1 mean in sql?
What is auto increment feature in sql?
How can we link a sql database to an existing android app?
Can there be more than one function with a similar name in a pl/sql block?
Does sql support programming?
What is a sql*loader control file?
How many scalar data types are supported in pl/sql?
Why is normalization important?
Which is better stored procedure or query?
What are pl/sql cursors?
Explain clause in sql?
What are sql indexes?