need help converting oracle outer joins into ansi compliant sql

From: Jae Kim <jkim_at_businessobjects.com>
Date: Mon, 5 Feb 2001 15:21:30 +0100
Message-ID: <95meh8$ftl$1_at_news.businessobjects.com>


[Quoted] ansi sql experts,

i am trying to convert the following Oracle sql statement into ansi sql compliant statement. any help would be appreciated. Thanks in advance!

select       a.name,b.condition
from         a, b
where       a.id=b.condition_id(+)

Jae Kim Received on Mon Feb 05 2001 - 15:21:30 CET

Original text of this message