Forum: SQL |
Thema:
Re: rekursives Query um passende Partner zu finden |
Von:
Thomas Golla (
16.05.2006 14:25) |
Hi,
probier mal ob dir sowas weiterhilft:
select t1.uID, t2.uID, count(*) as 'Übereinstimmung'
from tab1 t1, tab1 t2
where t1.qID = t2.qID
and t1.aID = t2.aID
and t1.uID <> t2.uID
and t1.uID = 15
group by t1.uid, t2.uid
order by 3 desc
LG
Tom
Betreff |
Von |
Datum |
|
|
G.
Guest
|
17.05.2006 15:45 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!