I have the following query in SQL SERVER:
Select Column1, Column2, Column3
FROM DBO.DATA
as a result the following:
COLUMN1 COLUMN2 COLUMN3
A Q P
B NULL O
NULL R L
C T G
I want to obtain all the records that in some of their columns have null and in another query I want to obtain the records that in none of the columns have null