Re: AS?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Andreas Selenwall <asl01003(at)student(dot)mdh(dot)se>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: AS?
Date: 2003-05-23 01:48:57
Message-ID: 20030523014857.GB13701@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Mon, May 19, 2003 at 16:55:06 +0100,
Andreas Selenwall <asl01003(at)student(dot)mdh(dot)se> wrote:
> How do I use AS?
> I want to do a JOIN but I have two columns with the same name. I thought that postgresql might solve this as ACCESS does, by giving the columns names like Table1.id and Table2.id, but he didn't.

You should be able to qualify the column names with the table names.
Why don't you show us what you did and what results you got.

In response to

  • AS? at 2003-05-19 15:55:06 from Andreas Selenwall

Browse pgsql-sql by date

  From Date Subject
Next Message Rod Taylor 2003-05-23 01:59:43 Re: plpgsql recursion
Previous Message Stephan Szabo 2003-05-23 01:48:48 Re: Referencing a column from another table in a different