b****e 发帖数: 1275 | 1 The question is, after I insert a row to a DB2 table which has an identity
column, how do I go about retrieving the id that was automatically generated?
Is there a DB2 system function or something that I can call? I'm using Java
(JDBC) to make the insert if that makes a difference | aw 发帖数: 127 | 2 @@identity
generated?
【在 b****e 的大作中提到】 : The question is, after I insert a row to a DB2 table which has an identity : column, how do I go about retrieving the id that was automatically generated? : Is there a DB2 system function or something that I can call? I'm using Java : (JDBC) to make the insert if that makes a difference
|
|