Re: How can I group all children by their parent ? - Mailing list pgsql-general

From Arup Rakshit
Subject Re: How can I group all children by their parent ?
Date
Msg-id 1405603694.41570.YahooMailNeo@web193903.mail.sg3.yahoo.com
Whole thread Raw
In response to Re: How can I group all children by their parent ?  (François Beausoleil <francois@teksol.info>)
Responses Re: How can I group all children by their parent ?  (David G Johnston <david.g.johnston@gmail.com>)
Re: How can I group all children by their parent ?  ("D'Arcy J.M. Cain" <darcy@druid.net>)
List pgsql-general
ORDER BY parent_id, id ?



François Beausoleil

parent_id .. But why order_by.. I thought I need to group by

parent child email
 1      2        test1@test.com
                3        email

pgsql-general by date:

Previous
From: Pujol Mathieu
Date:
Subject: Re: How can I group all children by their parent ?
Next
From: David G Johnston
Date:
Subject: Re: How can I group all children by their parent ?