Subject | Re: Getting the current value of a sequence using new syntax |
---|---|
Author | sean_conaghan |
Post date | 2008-02-14T22:50:37Z |
try using either
INSERT INTO table1 etc
RETURNING id INTO :PK
or
NEXT VALUE FOR SEQUENCE
regards
SeanC
INSERT INTO table1 etc
RETURNING id INTO :PK
or
NEXT VALUE FOR SEQUENCE
regards
SeanC