Re: Help with prepared statment for crosstab

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Help with prepared statment for crosstab
Дата
Msg-id alpine.BSO.2.00.0911031317580.29390@leary.csoft.net
обсуждение исходный текст
Ответ на Help with prepared statment for crosstab  (Carl Shelbourne <Carl.Shelbourne@stanleybet.com>)
Список pgsql-jdbc

On Tue, 3 Nov 2009, Carl Shelbourne wrote:

> The SQL shown below works if I do not have any parameters, but when I add
> the parameters, I get:
>
> Caused by: org.postgresql.util.PSQLException: The column index is out of ra
> nge: 1, number of columns: 0. 

The ? parameters you've used are inside a string literal, so they are not
considered parameters.  Consider:

SELECT 'Does this work?';

The question mark is part of the literal, not a parameter.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Bug - DatabaseMetaData.getCatalogs() was [Novice] Can't get list of databases with \list
Следующее
От: Michael Wood
Дата:
Сообщение: Re: [NOVICE] Bug - DatabaseMetaData.getCatalogs() was [Novice] Can't get list of databases with \list