I am trying to build a sql query where I will extract the top 10 to 20 results. I know how to make Top 10 queries using correlation queries, but I can't figure out how to extract top 10 to 20 rows without getting the top 20 result set. Anyone knows how to proceed, or where to find proper documentation for this task? All SQL tutorials I find are too newbie-oriented.
Thanks!
Thanks!