Possible Duplicate:
Multiple OR Clauses in MySQL
Can you think of a shorter way to write this query:
SELECT * FROM table WHERE id = 1 OR id = 2 OR id = 5 OR (etc...)
Possible Duplicate:
Multiple OR Clauses in MySQL
Can you think of a shorter way to write this query:
SELECT * FROM table WHERE id = 1 OR id = 2 OR id = 5 OR (etc...)