Re: How to set numeric in PreparedStatement

Поиск
Список
Период
Сортировка
От Aaron Brashears
Тема Re: How to set numeric in PreparedStatement
Дата
Msg-id 20010322110004.A13214@gila.org
обсуждение исходный текст
Ответ на Re: How to set numeric in PreparedStatement  (Juhan-Peep Ernits <juhan@cc.ioc.ee>)
Список pgsql-jdbc
On Thu, Mar 22, 2001 at 10:12:16AM +0200, Juhan-Peep Ernits wrote:
>
> May be this would help?
>
>      "select id from account where balance > ?::numeric(10,2) and
> balance < ?::numeric(10,2)";
>
>
> Juhan Ernits
>


Perfect! Thank you, it works great.

I've never seen that syntax before, is it part of sql?

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

Предыдущее
От: "Philip Yue"
Дата:
Сообщение: RE: Lost in unicode?
Следующее
От: "Mike Cannon-Brookes"
Дата:
Сообщение: Compiling