SQL Queries - Select TOP X

Actually if you just select to use Paged query and set the limit to 5 it will give you the top 5 records.

See Applying Dynamic Paging

2 Likes