i have table T!.
A B C D
NULL 1 2 3
4 NULL 5 6
7 8 NULL 9
10 11 12 NULL.
I WANT COUNT OF NULL VALUES IN TABLE. WRITE A QUERY.
Answer Posted / sreenu
hi naren thank for your ans.
but here i am asking total count of null records. means how
many null values are there.
see above table having 4 null values. i want display "4".
please tell me sql query
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
can a stored procedure call itself or recursive stored procedure? : Sql dba
What are character functions in sql?
What is multiple columns?
what is the difference between delete and truncate commands? : Sql dba
Why we use join in sql?
Is sql a scripting language?
What is nvl?
What is the difference between numeric and autonumber?
How to know the last executed procedure?
Cite the differences between execution of triggers and stored procedures?
How to install oracle sql developer?
What is the starting oracle error number?
What are system versioned tables?
Is sql similar to python?
What are the different sql commands?