pgx
pgx copied to clipboard
[ Question ] - Can we use multiple columns in a WHERE IN clause
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.
pgx just sends the query to PostgreSQL. If you can do it in psql you should be able to do it in pgx.