Re: [INTERFACES] jdbc question

Поиск
Список
Период
Сортировка
От Lars
Тема Re: [INTERFACES] jdbc question
Дата
Msg-id Pine.BSF.4.10.10002091328130.61895-100000@maximillion.sscsinc.com
обсуждение исходный текст
Ответ на jdbc question  (Phillip Rhodes <rhodespc@bellatlantic.net>)
Список 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 по дате отправления:

Предыдущее
От: "Bryan White"
Дата:
Сообщение: The persistance of C functions
Следующее
От: Craig Orsinger
Дата:
Сообщение: RE: [INTERFACES] The persistance of C functions