Contents tagged with TOP WITH TIES in SQL Server
-
TOP WITH TIES in SQL Server
Normally we use TOP keyword to get the TOP n rows from the table. For example you have a table which contains employees’ details with salary and you wanted to know the top 5 salary earning employees details.