Upsert (update or insert) in Sybase ASE?

前端 未结 6 2913
栀梦
栀梦 2021-02-20 17:40

I\'m writing an application to move data from Oracle to Sybase and need to perform update / insert operations. In Oracle, I\'d use MERGE INTO, but it doesn\'t seem to be availab

6条回答
  •  粉色の甜心
    2021-02-20 18:10

    Merge exists in SAP ASE 15.7 upwards, as mentioned here and here

    Replace / Upsert exists in SAP ASE 16.0 and up.

    You'll need to update to access them.

提交回复
热议问题