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 -> sql / algorithm advise is needed

sql / algorithm advise is needed

From: hopehope_123 <hopehope_123_at_yahoo.com>
Date: 19 Jan 2006 23:53:17 -0800
Message-ID: <1137743596.969536.241930@f14g2000cwb.googlegroups.com>


Hi ,

I have a table like this :

table_a (id1,id2) : ( 1,2)

(1,3)
(5,7)
(7,8)
(3,1)

I need to find all matched values . The result will be as follows:

cluster1: 1,2,3
cluster2: 5,7,8

How can i do this? ( either by sql or etc)

Kind Regards,
tolga Received on Fri Jan 20 2006 - 01:53:17 CST

Original text of this message

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