Skip to Content
0
May 22, 2020 at 11:09 AM

Update records in HANA table

84 Views

Hi All,

I am using XSODATA and using createbatch(POST)to load data into HANA table.

Now I need to update the records in the table. If I insert same set of records which are existing it should update those else it should add new to the existing table entries.

Please help me on how to do this.