SyntaxFix
Write A Post
Hire A Developer
Questions
Try or:
or
WHERE id = 3 or id = 4
Or the equivalent in:
in
WHERE id in (3,4)