How do I select last 5 rows in a table without sorting?

Posted by ganesh Verma on Stack Overflow See other posts from Stack Overflow or by ganesh Verma
Published on 2008-11-22T08:00:33Z Indexed on 2010/03/22 7:21 UTC
Read the original article Hit count: 375

Filed under:
|

I want to select the last 5 records from a table in SQL Server without arranging the table in ascending or descending order.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about tsql