First of all I want to say My english is poor. I hope I can tell what I want to do
How can I do Column filter is that possible
for example
I have Personel table which have 20 columns and I dont know which columns are emty and full
I want to select only full columns. Is there special keyword or like someting that .
I dont want to use .... where xxx is null or xxx=null like all columns
because I dont know which columns is emty or full
How can I find full columns
select * from Personel where Id=3 and xxxx
result columns are only full columns not empty columns
Thanks in advance