Thanks a bundle!
Type: Posts; User: jonas-e; Keyword(s):
Thanks a bundle!
I'm looking for a mysql select statement which lets me select several id's in one go, not just one - like this:
SELECT * FROM mytable
WHERE id = [2, 5, 11]
(obviously that statement does not...