Re: [firebird-support] Insert with returning pk

2018-08-27 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2018-08-27 21:29, hugo.lar...@yahoo.com [firebird-support] wrote: > Is it possible to return PK of a table insert without knowing the PK > colums name? > INSERT INTO TABLE1 (NAME) VALUES('TESTDATA') RETURNING There is no way to do that. In the passed, I I have proposed RETURNING * which

[firebird-support] Insert with returning pk

2018-08-27 Thread hugo.lar...@yahoo.com [firebird-support]
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.