Null Predicate
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
select *
from i
where col1 is not null;
select *
from i
where col2 is null;select *
from i
where col1 is not null;
select *
from i
where col2 is null;