K
Kumaresan
Imput Table example Eg:
Table1
Id Name Marks
1 Test 50
2 Test 75
3 Test 60
4 Test1 85
5 Test1 95
6 Test1 90
I want to retrieve the top 2 marks(Desc order) based on name
Output as Eg:
Id Name Marks
1 Test 75
2 Test 60
3 Test 1 95
4 Test1 90
Can somebody help me to send query for this?
Table1
Id Name Marks
1 Test 50
2 Test 75
3 Test 60
4 Test1 85
5 Test1 95
6 Test1 90
I want to retrieve the top 2 marks(Desc order) based on name
Output as Eg:
Id Name Marks
1 Test 75
2 Test 60
3 Test 1 95
4 Test1 90
Can somebody help me to send query for this?