Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shubangmck opened this issue Mar 23, 2025 · 1 comment
Open

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

shubangmck opened this issue Mar 23, 2025 · 1 comment

Comments

@shubangmck
Copy link

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

@jackc
Copy link
Owner

jackc commented Mar 24, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants