I just want to ask if it is possible to have multiple arguments for, where clause in mysql?
Something like:
SELECT * from tblId where id=1,2,3,4
Supposed I only want to select id's 1,2,3,4. I tried this but give me error. Thanks for the help :)