ssala
Computer
- Oct 20, 2005
- 2
i have a table contain 1000 of records. I need to display last row of the table.
please let me know how to do it in SQL. I tried all Select statement but could not get it. I can count total rows with Select Count(*) from Table; but how to get the last row.
please let me know how to do it in SQL. I tried all Select statement but could not get it. I can count total rows with Select Count(*) from Table; but how to get the last row.