jdbc question - Mailing list pgsql-interfaces

From Phillip Rhodes
Subject jdbc question
Date
Msg-id 01BF7315.59104850.rhodespc@bellatlantic.net
Whole thread Raw
Responses Re: [INTERFACES] jdbc question  (Lars <lars@sscsinc.com>)
Re: [INTERFACES] jdbc question  ("Ken J. Wright" <ken@ori-ind.com>)
List pgsql-interfaces
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: "Paul Green"
Date:
Subject: Linux+postgresql+ODBC+StarOffice
Next
From: "Bryan White"
Date:
Subject: The persistance of C functions