Re: [SQL] Using Aliases in Select

From: Christian Rudow <Christian(dot)Rudow(at)thinx(dot)ch>
To: Andy Lewis <alewis(at)themecca(dot)net>
Cc: PostgreSQL SQL <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] Using Aliases in Select
Date: 1999-08-02 14:06:34
Message-ID: 37A5A5EA.48EF2C37@thinx.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Andy Lewis wrote:

> select tab1.name, tab1.mytext as text1, tab2.mytext as text2
> from tab1, tab2 where tab1.tab1_id = tab2.tab1_id
>
> I believe that this will fix it.
>
> Andy

Yes it does.
My knowledge of SQL all comes from working with Informix databases.
ThanX a lot !

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Christian Rudow E-Mail: Christian(dot)Rudow(at)thinx(dot)ch
ThinX networked business services Stahlrain 10, CH-5200 Brugg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Carlos 1999-08-02 20:31:20 unsuscribe
Previous Message Tom Lane 1999-08-02 14:06:13 Re: [SQL] Using Aliases in Select