In oracle,
In a table, I have a field char(1). Field value are 0, 1 or empty field are empty
so i tried to do
select p.id, p.confidential_phone
from person p
where p.confidential_phone=''
No result are retourned
I tried with
= ' '
is null
same result