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
How do you truncate?
Is nosql relational?
Where is sql database stored?
what are all the different types of indexes? : Sql dba
What is %rowtype in pl sql?
What are the subsets of sql?
How do I find sql profiler?
Which one is better subquery or joins?
What is cursor and its types?
What is a behavioral trigger?
Is record in oracle pl sql?
what is the syntax used for partition in tsql? : Transact sql
what is meant by urlencode and urldocode? : Sql dba
How to write pl sql program in mysql command prompt?
Can we commit in trigger?