Re: column order

Поиск
Список
Период
Сортировка
От Florian G. Pflug
Тема Re: column order
Дата
Msg-id 4474616F.2010406@phlo.org
обсуждение исходный текст
Ответ на Re: column order  (Michael Glaesemann <grzm@seespotcode.net>)
Ответы Re: column order  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-general
Michael Glaesemann wrote:
>
> On May 24, 2006, at 11:54 , nuno wrote:
>
>> does postgresql guarantee you that
>> the columns in the result set would be ordered
>> as specified in the query (i.e. id, firstname, lastname, dob) ?
>
> No. If you want a specific order, use the ORDER BY clause.
I think the OP was talking about the order by the _columns_, not
the _rows_.

Postgres guarantees that order - Anything else would be simply insane.

greetings, Florian Pflug


В списке pgsql-general по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: column order
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Clearing out old idle connections