Re: LIKE and ESCAPING in JDBC Select Statement

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: LIKE and ESCAPING in JDBC Select Statement
Дата
Msg-id alpine.BSO.2.00.1001291616340.31378@leary.csoft.net
обсуждение исходный текст
Ответ на LIKE and ESCAPING in JDBC Select Statement  (Andrew Lindesay <apl@lindesay.co.nz>)
Ответы Re: LIKE and ESCAPING in JDBC Select Statement  (Andrew Lindesay <apl@lindesay.co.nz>)
Список pgsql-jdbc

On Sat, 30 Jan 2010, Andrew Lindesay wrote:

> I am trying to use the JDBC LIKE escape clause with PG 8.4 and the PG
> 8.4 JDBC driver.
>
> So far I have tried;
>
> SELECT ... WHERE ... AND (t0.MESSAGE ILIKE ? {escape '|'}) LIMIT 50

This works for me as attached.  Please be more clear what your problem is.

Kris Jurka

Вложения

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

Предыдущее
От: Andrew Lindesay
Дата:
Сообщение: LIKE and ESCAPING in JDBC Select Statement
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: ParameterMetaData getPrecision() always zero?