Tuesday 28 April 2015

How to get most recently Row inserted in a table?

How to get  most recently Row inserted in a table.?


select top 1 * from table_name order by Column_name desc

No comments:

Post a Comment