| Author |
Getting the last three added rows to a table HSQLDB
|
Sammy Bill
Ranch Hand
Joined: Dec 29, 2008
Posts: 96
|
|
Hello,
How can i retrieve the last three added rows to a table?
I m not using any auto-increment id.
Thanks
Oussama
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
|
Not reliably. You can hope they are stored in that order in the table, but that isn't guaranteed.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Getting the last three added rows to a table HSQLDB
|
|
|