Hi,
I have to fetch the first record from a search query as follows.
"Select distinct(stuId), stuName from student where age > 10"
Some times the query returns a large volume of data and load the memory. So
I can't use front end.
If I put top in front of distinct then the query returns error.
How to get top record in a query which uses distinct keyword.
TIA
regards
Raj