Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Compare variables / NULL syndrome
Sam Jordan <sjo_at_spin.ch> wrote:
Skipped..........................
Unless someone has an approach to this, I believe the 'awful statement' method is the only way to do this...
NULL, as you have seen, matches nothing in an = or <> or > or < operator, only the IS NULL and IS NOT NULL special operators....
So, if there will be NULL values in your data, you must explicitly check for them....
Sorry...
Maybe someone has found a more elegant way of doing this, or perhaps you could replace your NULL values with blanks....
John Greco Received on Mon May 17 1999 - 10:03:24 CDT
![]() |
![]() |