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

From David G. Johnston
Subject Re: Using "where col in (?)"
Date
Msg-id CAKFQuwbeEaRCz5Txp1fngrBd7rfbo8eiwpH0LN8zR+3Qu0yESg@mail.gmail.com
Whole thread Raw
In response to Re: Using "where col in (?)"  (Blake McBride <blake1024@gmail.com>)
Responses Re: Using "where col in (?)"  (Blake McBride <blake1024@gmail.com>)
List pgsql-jdbc
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: Blake McBride
Date:
Subject: Re: Using "where col in (?)"
Next
From: Blake McBride
Date:
Subject: Re: Using "where col in (?)"