Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs

Поиск
Список
Период
Сортировка
От ZEUGSWETTER Andreas IZ5
Тема Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs
Дата
Msg-id 219F68D65015D011A8E000006F8590C60267B36A@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs
Список pgsql-hackers
> I still am unclear which of these are valid SQL:
> 
>     select a as b from test order by a
>     select a as b from test order by b
> 
Both are valid, and don't forget the third variant:

> select a as b from test order by 1
> 
Andreas


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