Hi
I am trying to do a select like that above where
I want to select rows that match the columns and values
exactly.
so for example I want to do this:
select * from people
where (('name','age') in (('dan',30),('eric',40))
to get the 2 people who have the name and age pair...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.