Subject | Insert with returning pk |
---|---|
Author | |
Post date | 2018-08-27T19:29:18Z |
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.
Subject | Insert with returning pk |
---|---|
Author | |
Post date | 2018-08-27T19:29:18Z |
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.