How I can select a set of rows where each row match a different condition?
Example:
Supposing I have a table with a column called name, I want the
I suppose you could do a sub query for each row, but it wouldn't perform well or scale well at all and would be hard to maintain.