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 define a foreign key?
Explain the components of sql?
What are triggers and its uses?
What is the difference between partitioning and sharding?
What is assignment operator in pl sql?
how many ways we can we find the current date using mysql? : Sql dba
How do I start sql profiler?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
How do I enable sql encryption?
What is posting?
What is a stored procedure in sql with example?
What type of database is cloud sql?
What are the types of index in sql?
Why does sql need a server?
What is pl sql in oracle?