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 out parameter used for eventhough return statement can also be used in pl/sql?
Why we use cross join?
What is the difference between mdf and ndf files?
how can we find the number of rows in a table using mysql? : Sql dba
Why function is used in sql?
Which language is used in sql?
Is not null in sql?
What is the difference between subquery and correlated query?
What is group by in sql?
What is Collation Sensitivity ? What are the various type ?
What is the sql*loader? : aql loader
What are the indexing methods?
how to enter numeric values as hex numbers? : Sql dba
Is ms sql traffic encrypted?
Why do we use procedures in sql?