Renjith V S

Renjith V S

  • NA
  • 317
  • 64k

Select last row in a table?

Mar 25 2014 7:29 AM
I have a SQL table named name. It contains 1000's of names. I enter new names to the table but I forgot what are these names. So I need to see last entered row using a query like select top(10)* from name.

Answers (2)