Re: How to alias table columns in result? - Mailing list pgsql-sql

From nori
Subject Re: How to alias table columns in result?
Date
Msg-id 174550350508110248d4fc071@mail.gmail.com
Whole thread Raw
In response to Re: How to alias table columns in result?  (Mischa Sandberg <mischa.sandberg@telus.net>)
Responses Re: How to alias table columns in result?  ("Nick Stone" <nick@harelane.com>)
List 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 by date:

Previous
From: Mischa Sandberg
Date:
Subject: Re: How to alias table columns in result?
Next
From: "Nick Stone"
Date:
Subject: Re: How to alias table columns in result?