2
Answers

Select last row in a table?

Renjith V S

Renjith V S

10y
705
1
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)