Subject Re: How do I use the INSERT INTO TABLE RETURNING COL in DSQL
Author fabianoamrezende
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