G
Guest
Hello,
Any idea how to return 20 rows from a query? I don't want to use ranking
(Top 20) as that doesn't properly address duplicate values.
Problem: I have a set of records with a score. I just need the top 20
records. Using "TOP 20" includes duplicates, and therefore, I get > 20
records returned.
Thanks.
Any idea how to return 20 rows from a query? I don't want to use ranking
(Top 20) as that doesn't properly address duplicate values.
Problem: I have a set of records with a score. I just need the top 20
records. Using "TOP 20" includes duplicates, and therefore, I get > 20
records returned.
Thanks.