Re: A newbie question on SQL...

From: Yashesh Bhatia <ybhatia_at_pku-iris.us.oracle.com>
Date: 16 Feb 95 23:14:59 GMT
Message-ID: <3i0m9j$nf4_at_dcsun4.us.oracle.com>


|> where a.key1 (+)= b.key1
|> and a.key2 (+)= b.key2

I think it is

	where a.key1 = b.key1(+)
	  and a.key2 = b.key2(+)

  • Yashesh
Received on Fri Feb 17 1995 - 00:14:59 CET

Original text of this message