I have a feeling the answer to this question is going to be blindingly obvious. But I am struggling. What is the format for a mysql select query where you want to return 3 specific records from a dataset?
Ie if I have 100 records total but I want a select query to just return record IDs 16,48,88
How do I do that?
Thank you