pgx icon indicating copy to clipboard operation
pgx copied to clipboard

[ Question ] - Can we use multiple columns in a WHERE IN clause

Open shubangmck opened this issue 9 months ago • 1 comments

I have a question on how to filter using multiple columns using the WHERE IN clause for multiple columns. Just as a reference I have pasted link that exactly describes what I am trying to do. Can this be achieved using the pgx lib.

Reference Stack Overflow question

shubangmck avatar Mar 23 '25 07:03 shubangmck

pgx just sends the query to PostgreSQL. If you can do it in psql you should be able to do it in pgx.

jackc avatar Mar 24 '25 13:03 jackc