There is no auto-increment feature available in the database - you need to roll your own in your business logic.
Such requirements are usually solved in using sequences and some code that uses that sequences in the business logic. Usually such code is placed in database triggers. If you place that code in a database trigger then you should be aware that these triggers are only available when you access the database with an ABL client.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.