jdbc question

From: Phillip Rhodes <rhodespc(at)bellatlantic(dot)net>
To: "'pgsql-interfaces(at)postgreSQL(dot)org'" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: jdbc question
Date: 2000-02-09 15:50:10
Message-ID: 01BF7315.59104850.rhodespc@bellatlantic.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Knauer, Todd C. 2000-02-09 17:37:39 Access2000
Previous Message Ivo Simicevic 2000-02-09 09:33:35 Re: [INTERFACES] destroydb and createdb