No: implied sort with group by

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DBT
Тема No: implied sort with group by
Дата
Msg-id 219F68D65015D011A8E000006F8590C6010A51AD@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> Does the SQL standard say anything about an implied sort when
> grouping or is it up to the user to include an ORDER BY clause?
> darrenk

Without order by the result set is never guaranteed to be ordered in a
specific way (standard speak). The order is dependent on the chosen
query path, which
changes from query to query.

Andreas

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

Предыдущее
От: Goran Thyni
Дата:
Сообщение: Re: [HACKERS] Snapshot 270198 compile error
Следующее
От: James Hughes
Дата:
Сообщение: Re: [HACKERS] postmaster crash and .s.pgsql file