Subject Generator
Author Massimo Ferrari
Hi,
how to access the current generator value?

Example:
INSERT INTO a (id, a, b, c) VALUES (GEN_ID(A_GEN, 1), 'asdasd', 'asdasdasd',
'asdasdasdasd');
--- how to access here the current generator value?

Thank you
Massimo