Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: confused on "where x=null"...
Thorsten Kettner wrote:
> On 3 Mrz., 00:49, Mark Harrison <m..._at_pixar.com> wrote:
>> It also does not match any rows where x is null. >> Likewise, "where x=''" will not match any string >> column.
Or you can write:
WHERE SYS_OP_MAP_NONNULL(str1) = SYS_OP_MAP_NONNULL(str2)
and solve the entire problem.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Mon Mar 05 2007 - 11:04:14 CST
![]() |
![]() |