Re: How to alias table columns in result?

Поиск
Список
Период
Сортировка
От nori
Тема Re: How to alias table columns in result?
Дата
Msg-id 174550350508110248d4fc071@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to alias table columns in result?  (Mischa Sandberg <mischa.sandberg@telus.net>)
Ответы Re: How to alias table columns in result?  ("Nick Stone" <nick@harelane.com>)
Список pgsql-sql
Thanks

Sorry, my question was missing one important detail. My tables have
quite a lot columns (which unfortunately have same names in both
tables) so is it possible to do same as below but without specifying
alias for each column. Now my queries are long and they do not look
nice.

boris

On 8/11/05, Mischa Sandberg <mischa.sandberg@telus.net> wrote:
> SELECT d.name as "d.name",
>        d.index as "d.index",
>        c.name as "c.name",
>        ...


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

Предыдущее
От: Mischa Sandberg
Дата:
Сообщение: Re: How to alias table columns in result?
Следующее
От: "Nick Stone"
Дата:
Сообщение: Re: How to alias table columns in result?