Re: org.postgresql.util.PSQLException - column does not exist

Поиск
Список
Период
Сортировка
От Wayne Oliver
Тема Re: org.postgresql.util.PSQLException - column does not exist
Дата
Msg-id 32EFE828-A259-447E-A688-CF9BAA2498D8@gmail.com
обсуждение исходный текст
Ответ на Re: org.postgresql.util.PSQLException - column does not exist  (Luca Ferrari <fluca1978@infinito.it>)
Список pgsql-novice
On 22 Jul 2013, at 3:11 PM, Luca Ferrari <fluca1978@infinito.it> wrote:

> On Mon, Jul 22, 2013 at 10:50 AM, Wayne Oliver <wayn0.ml@gmail.com> wrote:
>> ERROR 2013-07-18 14:48:43,251 [main] : org.postgresql.util.PSQLException:
>> ERROR: column "mdn" does not exist
>>  Position: 39
>
> What driver version are you using? It appears to me the error message
> has changed in recent versions, so I suggest an upgrade of the driver.
> What if you try to add an alias to the column?
>

I believe it's the latest one,  postgresql-9.2-1003.jdbc4.jar

Waynes-MacBook:~ wayne$ java -version
java version "1.6.0_51"
Java(TM) SE Runtime Environment (build 1.6.0_51-b11-456-11M4508)
Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-456, mixed mode)

tried using an alias and still nothing. (SELECT AS)

Really don't know where to turn :-s

Thanks for the input.


--
Wayne




В списке pgsql-novice по дате отправления:

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: Re: org.postgresql.util.PSQLException - column does not exist
Следующее
От: Wayne Oliver
Дата:
Сообщение: Re: org.postgresql.util.PSQLException - column does not exist