Re: using column alias to make operations

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: using column alias to make operations
Дата
Msg-id 20080123093634.GD20579@a-kretschmer.de
обсуждение исходный текст
Ответ на using column alias to make operations  (Raimon Fernandez <coder@montx.com>)
Список pgsql-novice
am  Wed, dem 23.01.2008, um  9:10:09 +0100 mailte Raimon Fernandez folgendes:
> I thought I could use the column alias, because in the ORDER BY
> clausule I can use them ...

You can't, because first PG fetch the result, this result has the
column-aliases. A consecutively ORDER BY can access this aliases, but not
the SELECT self.


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

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

Предыдущее
От: "Andrej Ricnik-Bay"
Дата:
Сообщение: Re: Need help with a function boolean --> text or array
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: using column alias to make operations