Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 462 Bytes

File metadata and controls

15 lines (9 loc) · 462 Bytes

SQL Server SELECT TOP

2) Using TOP to return a percentage of rows

3) Using TOP WITH TIES to include rows that match the values in the last row


< BACK | HOME