Re: empty string or null



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...
.



Relevant Pages

  • Re: empty string or null
    ... Frank van Bortel schrieb am 29.03.2007 in: ... LEFT JOIN JOBS J ON ... Andreas Mosmann ...
    (comp.databases.oracle.misc)
  • Re: difficult select- question
    ... Andreas Mosmann schreef: ... connecting data in the middle). ... A question like this has been answered with a very simple, but beautiful select by Michel Cadot in http://groups.google.com/group/comp.databases.oracle.misc/msg/78a21ddefd6507e6 ...
    (comp.databases.oracle.misc)