Problem counting records
- From: Sir Hystrix <SirHystrix@xxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 11:18:28 +0100
Hi,
I am struggling with a simple query, but I just don't see it.
I have the following example table.
Table Messages
ID Subject Reply_to
1 A 0
2 Ax 1
3 A 1
4 B 0
5 By 4
6 C 0
The table holds new messages as well as replies to messages.
Messages with Reply_to = 0 are top messages, the other messages are replies to a top message. The subject of a reply message does not necessarily have to be the same as the subject of the top message.
What I would like to have returned is this: a list of messages where Reply_to = 0 and the number of replies to this message.
ID Subject Num_replies_to
1 A 2
4 B 1
6 C 0
Any assistance would be greatly appreciated.
.
- Follow-Ups:
- Re: Problem counting records
- From: Dan Guzman
- Re: Problem counting records
- From: Manfred Sorg
- Re: Problem counting records
- Prev by Date: load balancing cluster
- Next by Date: Re: Problem counting records
- Previous by thread: load balancing cluster
- Next by thread: Re: Problem counting records
- Index(es):
Relevant Pages
|