I need to query a Sybase database which has a lot of data in it, and would like to set a limit so the DB stops the query after 10 results.
The key thing is performance, so it would be no use if it searched all results and then then returned the last 10 results.
Thanks in advance