Currently I am using HSQLDB 2.0.0 for my project.
I have a table with primary key and a sequence.
I would like to generate the primary key value from the sequence whenever a insert happens.
Is that possible by a trigger? If so could you let me know how this can be accomplished?
Regards,
Satya