I have a problem in finding latest data from the database.
When I select no from book is returned from 1,2,3.
But when I do this, supposedly think it should return the value 3 this returns me 2.
SELECT no FROM book WHERE rowid =( SELECT MAX(rowid) FROM book)
The strange this is that if you delete all data from the list, it starts me back the last line as well, until it has more than 2 data. Someone can help me?
Try over this