Re: Order by not working

Поиск
Список
Период
Сортировка
От Peter Coppens
Тема Re: Order by not working
Дата
Msg-id 39D5CE9D-B64F-420F-8260-88B6CD50DED3@datylon.com
обсуждение исходный текст
Ответ на Order by not working  (Dan Nessett <dnessett@yahoo.com>)
Ответы Re: Order by not working  (Dan Nessett <dnessett@yahoo.com>)
Список pgsql-general
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 по дате отправления:

Предыдущее
От: Paul van der Linden
Дата:
Сообщение: Slow index creation
Следующее
От: Michael Lewis
Дата:
Сообщение: Re: Slow index creation