This may be a tough one for you all, if it is even possible in mysql.
I have a table that stores id, catid, product_name
What i would like to do is select 3 records for each catid then display the result with each 3 sets of records first.
So if i have a catid of 4, 7 then I would like to display 3 results for (4) then 3 results for (7).
Any help is greatly appreciated. Thanks.