Re: Using "where col in (?)"

Поиск
Список
Период
Сортировка
От Blake McBride
Тема Re: Using "where col in (?)"
Дата
Msg-id CABwHSOuVEzY_AS2hjoCVbi5jbMPe6tiVn3BTFBwkZyUH=-r+KQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using "where col in (?)"  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-jdbc
That works.  Thank you!!

On Fri, Apr 29, 2022 at 10:43 AM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Friday, April 29, 2022, Blake McBride <blake1024@gmail.com> wrote:
I am wanting it to do the same as:  select * from se_user where user_id in (3, 4, 5)

Then rewrite the query to use the “val = any(array)” expression like I said.

David J.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Using "where col in (?)"
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: [pgjdbc/pgjdbc] 604985: test: polish TimestampUtilsTest