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 -> Union Query with Oracle 7.2

Union Query with Oracle 7.2

From: Allen Worthington <removethis.allen.worthington_at_sulzer.ch>
Date: 1998/03/20
Message-ID: <01bd541f$dadedd40$ced6ab8d@CTO000.Sulzer.ch>#1/1

Hello,

Can anyone help me with the following question?

I would like to join following tables...

TableA


Field1	Field2
A	W
B	X

TableB


Field1	Field2
A	Y
C	Z

...to get following results:

Result


Field1	Field2
A	W
B	X
A	Y
C	Z

(in any row order)

Can anyone tell me how this can be done using SQL in Oracle 7.2 (or 7.3)?

Any suggestions greatly appreciated!

Thanks.

Allen Worthington Received on Fri Mar 20 1998 - 00:00:00 CST

Original text of this message

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