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 / rolly
select count(&a) from emp
enter the column name at run time it will give the exact
count.
I have tested it. It works.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between sql and mysql.
What are the types of records?
What is a string data type in sql?
Is time a data type in sql?
What is sql and db2?
What is gpt format?
Why do we use procedures in pl sql?
What are the uses of merge?
Do prepared statements prevent sql injection?
What does trigger mean in slang?
What are the different types of tables in sql?
what are the authentication modes in sql server? : Sql dba
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
Can I create table without primary key?
How do you declare a variable in pl sql?