Subject | Re: How do I use the INSERT INTO TABLE RETURNING COL in DSQL |
---|---|
Author | fabianoamrezende |
Post date | 2005-08-12T14:02:12Z |
I forgot to say that I'm using FB2 alpha 3
that allows commands like:
INSERT INTO TABLE1(COL1) VALUES(VAL) RETURNING COL1.
So my question is:
How can I get the returning parameter value (COL1)? in DSQL?
Regards,
Fabiano Rezende
that allows commands like:
INSERT INTO TABLE1(COL1) VALUES(VAL) RETURNING COL1.
So my question is:
How can I get the returning parameter value (COL1)? in DSQL?
Regards,
Fabiano Rezende