I am doing a query where i would like to find the smartest way to define OR statements to reduce my query dump.
I have following headers in my table:
| id | subscriber | phonenumber | type |
So i wish to make a query where i only want to fetch type values equal to typeOne, typeTwoand typeThree.
Which is the smartest way?
Thanks in advance.
You can use an
INclause: