Subject | Generator |
---|---|
Author | Massimo Ferrari |
Post date | 2002-06-13T22:01:06Z |
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
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