I have Table of student's Degrees , I want sort student by Total degrees as 1st - 2nd - 3rd ...
and if Two Or more than one Total is same , I want display 3rd -3rd like that >>
Loading
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.
ketan borsdiyaPosted Sep 1, 2016, 12:46 AM
lamasat lamasatPosted Aug 31, 2016, 3:04 PM
("select name , total ,dense_rank() over(order by total desc) as Ranking from test ", Program.cn);
DataSet ds5 = new DataSet();
ad5.Fill(ds5, "test");
Midhun TpPosted Aug 30, 2016, 12:46 AM
ketan borsdiyaPosted Aug 30, 2016, 12:45 AM
ketan borsdiyaPosted Aug 30, 2016, 12:34 AM
lamasat lamasatPosted Aug 29, 2016, 11:31 PM