Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: empty string or null

Re: empty string or null

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Thu, 29 Mar 2007 19:52:49 +0200
Message-ID: <euh3bm$rhd$1@news4.zwoll1.ov.home.nl>


Andreas Mosmann schreef:
[snip]
> try a JOIN ...
> SELECT * FROM ADDRESSES A
> LEFT JOIN JOBS J ON
> (A.FIRSTNAME=B.FIRSTNAME) and (A.MIDDLENAME=B.MIDDLENAME) and
> (A.FAMILYNAME=B.FAMILIYNAME);
>
> no MIDDLENAME- no job
>
> Andreas Mosmann
>
>

Does this mean I have a job, and you don't? :)

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Thu Mar 29 2007 - 12:52:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US