Closed
How to perform auto increment for the external db table primary key
Hi,
I'm using external database table and I need to get the last inserted row's primary key value and when I insert a new row, I want to perform auto increment for the primary key. How can I achieve this task? Do I have to write custom java function?
Thank you!