|
| Total Answers and Comments: 3 |
Last Update: September 23, 2007 Asked by: t_ahwaz |
|
| | |
|
Submitted by: glakshkar
select * from test where rowid = ( select max(rowid) from test);
test is table name. Replace test with appropriate table name.
Above answer was rated as good by the following members: M.REHMAN | Go To Top
|