divinequran Posted June 19, 2011 Share Posted June 19, 2011 I have a big student database, it has only one table. I want to select 10 student each department on a single mysql query. +---------------------------------------------------------+----------------------+ | student | Dept | +---------------------------------------------------------+----------------------+ | gooch | physics | | aaaaa | mathss | | dvssdg | maths | | sfgsfg | chemistry | | gcbcvb | chemistry | | dgsgsfg | arch | I have a big list like this.. I have to select ten student from each department. how shall I achieve it? Also I want to select student in random each time. Quote Link to comment https://forums.phpfreaks.com/topic/239814-select-n-rows-from-each-department/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.