SyntaxFix
Write A Post
Hire A Developer
Questions
You could do like this:
SELECT city FROM user WHERE (firstName, lastName) IN (('a', 'b'), ('c', 'd'));
The sqlfiddle.