Subject Insert with returning pk
Author

Hello,

Is it possible to return PK of a table insert without knowing the PK colums name?
INSERT INTO TABLE1 (NAME) VALUES('TESTDATA') RETURNING ....


Thanks,
Hugo Larson.