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

Home -> Community -> Usenet -> c.d.o.tools -> Re: HOW TO INCLUDE THE SOURCE TABLE IN A QUERRY

Re: HOW TO INCLUDE THE SOURCE TABLE IN A QUERRY

From: Adi Cohn <adicohn_at_hotmail.com>
Date: Tue, 14 Aug 2001 15:20:20 +0200
Message-ID: <O505ZxLJBHA.1840@tkmsftngp02>

  Add a constant to each one of the select statments:

SELECT ID, Location, Data_Type, 1995 FROM NIA1995 UNION
SELECT ID, Location, Data_Type, 1996 FROM NIH1996

Adi
"Hagai Katz" <katzh_at_bgumail.bgu.ac.il> wrote in message news:9lb4vv$fre$1_at_news.huji.ac.il...
> Hi fellows,
> I want to unite data from two tables, like this:
> SELECT ID, LOCATION, DATA_TYPE FROM NIH1995
> UNION
> SELECT ID, LOCATION, DATA_TYPE FROM NIH1996;
> but want to know from which of the two tables came every row in the
 results.
> Any suggestions on how to do that?
> Thanks,
> Hagai.
>
>
Received on Tue Aug 14 2001 - 08:20:20 CDT

Original text of this message

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