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 / sanjeev
select ename,empno,count(column name) from table name
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is full join in sql?
Can we join more than 2 tables in sql?
what is uncommittable transactions? : Transact sql
What is time based sql injection?
What is the usage of distinct keyword?
What are field types?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
Can I learn sql in a week?
What is the difference between partition and index?
How can we store rows in PL/SQL using array?
What is the execution plan in sql?
Can a table have no primary key?
How do I turn a list into a table?
What are all the common sql functions?
What is sql in java?