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

Home -> Community -> Usenet -> c.d.o.server -> Re: Outer join with date field?

Re: Outer join with date field?

From: Angelo Cavallaro <angelo.cavallaro_at_pcm.bosch.de>
Date: 1998/02/05
Message-ID: <34D993A5.434B@pcm.bosch.de>#1/1

Hello Mike.
Just write:

 Select a.date1, b.date2 from test1 a, test2 b  where to_char(a.date,'YYDDD') = to_char(b.date(+),'YYDDD');

Thats all !

Greez,
Angelo. Received on Thu Feb 05 1998 - 00:00:00 CST

Original text of this message

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