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 are different types of indexes?
Explain the types of joins in sql?
what are set operators in sql? : Sql dba
How do I write a sql query in pgadmin 4?
How sql query is executed?
What is the difference between nvl function, ifnull function, and isnull function?
What is a null value?
What is difference between hql and native sql?
What is delete command in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
what is the difference between a local and a global temporary table? : Sql dba
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
which types of join is used in sql widely? : Sql dba
Is sql workbench free?