Re: Using "where col in (?)"

From: Blake McBride <blake1024(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: "pgsql-jdbc(at)lists(dot)postgresql(dot)org" <pgsql-jdbc(at)lists(dot)postgresql(dot)org>
Subject: Re: Using "where col in (?)"
Date: 2022-04-29 15:44:24
Message-ID: CABwHSOuVEzY_AS2hjoCVbi5jbMPe6tiVn3BTFBwkZyUH=-r+KQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

That works. Thank you!!

On Fri, Apr 29, 2022 at 10:43 AM David G. Johnston <
david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

> On Friday, April 29, 2022, Blake McBride <blake1024(at)gmail(dot)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.
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2022-04-30 07:23:28 [pgjdbc/pgjdbc] 604985: test: polish TimestampUtilsTest
Previous Message David G. Johnston 2022-04-29 15:43:41 Re: Using "where col in (?)"