This is probably a really stupid question, but how is it possible to do this:
SELECT Something FROM Database WHERE ID = 1 and 2
When I say “ID = 1 and 2” I mean that it will select rows with and ID of 1 and an ID of 2.
How do you do this?
I’m sorry it’s such a stupid question, but thanks for the help!