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 -> DISTINCT in UNION

DISTINCT in UNION

From: <shaikh74_at_my-deja.com>
Date: Thu, 09 Nov 2000 17:28:48 GMT
Message-ID: <8uems6$3ra$1@nnrp1.deja.com>

Hello Deja community:
Here is something to challenge your mind,

SELECT DISTINCT INV.INVEST_SEQ_NBR,
FROM INVESTIGATION INV
UNION
SELECT DISTINCT INV.INVEST_SEQ_NBR,
FROM INVESTIGATION INV I am getting duplicate rows back with same INV.INVEST_SEQ_NBR. I was wondering how can I apply DISTINCT on the result set returned by UNION. As you can see, in above query DISTINCT is appllied to each query but on the final result set. Your assitance is appreiciated. Send reply to shaikh74_at_visto.com
Thanks
Asad

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Nov 09 2000 - 11:28:48 CST

Original text of this message

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