Re: Using "where col in (?)" - Mailing list pgsql-jdbc

From Blake McBride
Subject Re: Using "where col in (?)"
Date
Msg-id CABwHSOuVEzY_AS2hjoCVbi5jbMPe6tiVn3BTFBwkZyUH=-r+KQ@mail.gmail.com
Whole thread Raw
In response to Re: Using "where col in (?)"  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Using "where col in (?)"
Next
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] 604985: test: polish TimestampUtilsTest