Re: How can I group all children by their parent ?

From: Arup Rakshit <aruprakshit(at)rocketmail(dot)com>
To: François Beausoleil <francois(at)teksol(dot)info>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How can I group all children by their parent ?
Date: 2014-07-17 13:28:14
Message-ID: 1405603694.41570.YahooMailNeo@web193903.mail.sg3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)test(dot)com
                3        email

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G Johnston 2014-07-17 13:42:35 Re: How can I group all children by their parent ?
Previous Message Pujol Mathieu 2014-07-17 13:16:40 Re: How can I group all children by their parent ?