Which is the beter way to retrieve from a table the next primary key id which is NOT using auto-incremented?
- use something like "select max(id)"
- use another sequential table (which is common in most of the database abstraction layer scripts)
thanks in advance




Bookmarks