Re: ERROR: ORDER BY is not allowed in INSERT/SELECT

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ERROR: ORDER BY is not allowed in INSERT/SELECT
Дата
Msg-id Pine.LNX.4.21.0010121658400.776-100000@peter.localdomain
обсуждение исходный текст
Ответ на ERROR: ORDER BY is not allowed in INSERT/SELECT  (Loïc TREGOUËT <loic@cri74.org>)
Список pgsql-admin
Loïc TREGOUËT writes:

> insert into tempo select id, name from topics order by name;
> ERROR:  ORDER BY is not allowed in INSERT/SELECT

What's the point of this command?  The values in "tempo" are going to end
up in random order anyway.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: R D
Дата:
Сообщение: control on table creation
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: control on table creation