Re: Order by not working - Mailing list pgsql-general

From Dan Nessett
Subject Re: Order by not working
Date
Msg-id 2DD24450-CD97-4212-89A9-3640A07B1E0C@yahoo.com
Whole thread Raw
In response to Re: Order by not working  (Peter Coppens <peter.coppens@datylon.com>)
Responses Re: Order by not working
Re: Order by not working
List pgsql-general
Thanks Peter. The listing of the result is from pg-admin 4.30 using view/edit data applied to the household_data table.
Inthe past this has always returned the table contents in the ORDR BY sort order. Do I need to specify some preference
inpg_admin to guarantee this? 

Dan

> On Feb 16, 2021, at 11:34 AM, Peter Coppens <peter.coppens@datylon.com> wrote:
>
> Not sure how you select the household
>
>>
>> The result is (only the first column is shown):
>>
>> household_name
>>
>> "Garcia"
>> "Armstrong"
>> "Armstrong"
>> "Bauer"
>> "Bauer"
>> "Berst"
>> "Berst"
>> "Minch (xxxx)"
>> "Berst"
>> “Besel”
>
>
> but unless you select from the resulting table using again an order by, the rows will be returned in an undetermined
order.Such is the nature of the relational model - there is no order you can rely on when selecting, unless you specify
it
>
> Hth,
>
> Peter
>




pgsql-general by date:

Previous
From: Alexander Farber
Date:
Subject: How to return a jsonb list of lists (with integers)
Next
From: "David G. Johnston"
Date:
Subject: Re: How to return a jsonb list of lists (with integers)