Skip to content
Advertisement

NULL values not filtered out with WHERE statement

When I select these columns, I see that the results have some NULL values. They don’t seem to be strings. However, when I try to filter the NULL values out with a where statement:

I don’t see any results. What might be the possible causes? I also tried filtering with 'NULL' but that would throw an error since the column type is double.

Advertisement

Answer

use this for only want null recode

if you get not null value then use

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement