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 the syntax used for partition in tsql? : Transact sql
How do you use join?
What is the primary key?
describe transaction-safe table types in mysql : sql dba
How to run pl sql program in mysql?
Where do we use pl sql?
what is rollback? : Sql dba
differentiate between float and double. : Sql dba
what is blob? : Sql dba
How do you create a unique index?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is a sql*loader control file?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
What is the source code of a program?
Why primary key is required?