Ya I know how to use that to get random rows, and I saw the sticky post about how to do it better, but I don't see how I can use it to select ... well specific rows, but random ones, not like 1,2,3,4,5 or rand() limit 4,10 or 5-10 rand() or anything like that.
I mean selecting specifically say
2, 4, 7, 15, 18, or something else not in any order or whatever. What I want to do is call certain specific images to show as a featured group of images, and I was wondering if there was a way to select each one, because they are stored in a blob table, and I just wanted to do it this way, if it can be done like that.