Mysql return specific row numbers

smogg

New Member
I want to query a database and return specific row numbers eg 1, 10 and 25. Is this possible or will I need to do 3 queries (or 1 query and loop through the rows then only output the ones I need)using php.
 
Top