Hi,
so könnte es gehen. Muss aber zugeben, das war grad rein aus dem kopf und eventuell syntaktisch nicht richtig.
Select count (*) from mails where Toref = 1 and fromRef = (select distinct fromref from mails where toref = 1)
Der bestand
1 , 1 , 2 , 'Hallo' 'bla bla...'
2 , 1 , 3 , 'Moin', 'bla...'
3 , 3 , 1 , 'Re: Moin', 'bla...'
4 , 1 , 3 , 'Re: Moin', 'bla...'soll mir also
Gruss Matze