Re: Problems with UNION ALL and ORDER BY

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with UNION ALL and ORDER BY
Дата
Msg-id 10984.1091464511@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problems with UNION ALL and ORDER BY  (Kaloyan Iliev Iliev <news1@faith.digsys.bg>)
Ответы Re: Problems with UNION ALL and ORDER BY  (Kaloyan Iliev Iliev <news1@faith.digsys.bg>)
Список pgsql-sql
Kaloyan Iliev Iliev <news1@faith.digsys.bg> writes:
>  I have the following problem:

> select
> .....
> from
> ....
> where
> ....
>  UNION ALL

> select
> ...
> from
> ....
> where
> ....
> ORDER BY field1

> But the the order by doesn't work properly. It returns the rows of the 
> first query ordered and then appends the rows of the second query 
> ordered.

Pray tell, what Postgres release are you using?

AFAICT this will result in an overall sort in all PG releases since 7.0.
I don't have anything older to test...
        regards, tom lane


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

Предыдущее
От: Kaloyan Iliev Iliev
Дата:
Сообщение: Problems with UNION ALL and ORDER BY
Следующее
От: Kaloyan Iliev Iliev
Дата:
Сообщение: Re: Problems with UNION ALL and ORDER BY