Hi friends.My requirement is like this
I want to eliminate records which contain null in any of the coloumn or in all coloumns.
empno empname empaddress1 empaddress2 salary designation
------- ----------- -------------- --------------- ------- -------------
111 name1 usa 1000 se
222 name2 ind bangalore 2000 sse
333 name3 Canada 2200 tl
444 name4 1100 pm
555 name ind 1000 sse
when i query on the above table.I should get only the second record which contain values under all coloumns...
Pls help.