In PostgreSQL IN can be used to match any value in a list. What if I need to match all values in a list? Is there a way to do this in PostgreSQL?
Asked
Active
Viewed 721 times
0
-
1How can a single value "*match all values in list*"? Can you show an example of what you are trying to do, please? – Bergi Dec 29 '20 at 20:41
-
Sounds like you probably want a "relational division" query – Martin Smith Dec 29 '20 at 20:42