Home > database >  Oracle to write data back on the primary key (mybits)
Oracle to write data back on the primary key (mybits)

Time:10-07


You want to join the table in the insert statement is written to the table of _ID is id, keyProperty is accepting object id of the
The select SEQ_table_ID. CURRVAL from dual



Nextval values are every call will increase once; Currval the value of the call, or their own session as the current value of the

Written after the extracted object can be written as follows:
Managefilemapper. InsertIngle (managefilebo);
The Integer id=managefilebo. GetId ();

CodePudding user response:

Thanks for sharing!

Advice on her blog,
  • Related