Re: [INTERFACES] jdbc question - Mailing list pgsql-interfaces

From Lars
Subject Re: [INTERFACES] jdbc question
Date
Msg-id Pine.BSF.4.10.10002091328130.61895-100000@maximillion.sscsinc.com
Whole thread Raw
In response to jdbc question  (Phillip Rhodes <rhodespc@bellatlantic.net>)
List pgsql-interfaces
Phillip,
I believe that you can just refer to the as column number, or cast them to
another name, ie;
SELECT (test1.column1 AS columnA, test2.column1)
FROM test1, test2;

-Lars

On Wed, 9 Feb 2000, Phillip Rhodes wrote:

> If I submit a query joining two tables with identical column names, how can 
> I differentiate the different columns and get the correct values?
> 
> table test1
> (col1 INTEGER,
> col2 INTEGER)
> 
> table test2
> (col1 INTEGER,
> col2 INTEGER)
> 
> 
> select * from test1, test2
> where test1.col1 = test2.col1
> 
> The call
> rs.getInt("col1") returns successfully with a value, but there are 2 col1 
> columns in the resultset.
> 
> Thanks,
> Phillip
> 
> 
> ************
> 
> 



pgsql-interfaces by date:

Previous
From: "Bryan White"
Date:
Subject: The persistance of C functions
Next
From: Craig Orsinger
Date:
Subject: RE: [INTERFACES] The persistance of C functions