Hi
Can someone help me with this query below.
Is there a way to list all columns in a table that contain Null Values. I have imported data into a new table but not all columns contain data. I need to write a query to list all the columns that have null values.
The result needs to give me a list of columns that do not have values in it. These need to be across the entire column ie if there is data in 1 row out of 1000 rows in column A, then the query should exclude this as it contains data.
I hope this is not too confusing but i am having trouble getting this query to work.
Avinash
Can someone help me with this query below.
Is there a way to list all columns in a table that contain Null Values. I have imported data into a new table but not all columns contain data. I need to write a query to list all the columns that have null values.
The result needs to give me a list of columns that do not have values in it. These need to be across the entire column ie if there is data in 1 row out of 1000 rows in column A, then the query should exclude this as it contains data.
I hope this is not too confusing but i am having trouble getting this query to work.
Avinash