Greetings, is not possible to retrieve values in statements with the RETURNING clause, example:
INSERT INTO EMPLOYEES (NAME) VALUES('PETER') RETURNING ID
After the execution this stament returns the autogenerated ID but is not possible to retrieve it in the current version of fb.
Greetings, is not possible to retrieve values in statements with the RETURNING clause, example:
INSERT INTO EMPLOYEES (NAME) VALUES('PETER') RETURNING ID
After the execution this stament returns the autogenerated ID but is not possible to retrieve it in the current version of fb.