if any table contains the multiple rows with same id and different qualification means one row id 123 and qualification 10 th
second row id 123 qualification 12 th
third row id 123 qualification ba
then how we can get the maximum qualification
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Sep 30, 2014, 2:49 AM
and u insert these qualification as enum
like.. string a = select ID from Table.
after that
string b = select MAX(qualification) from table whare ID = a;
sudheer kumarPosted Sep 30, 2014, 2:26 AM
sudheer kumarPosted Sep 30, 2014, 2:24 AM
IsraelPosted Sep 29, 2014, 11:12 AM