Upsert (update or insert) in Sybase ASE?

前端 未结 6 1464
北恋
北恋 2021-02-20 17:32

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:07

    ASE 15.7 has this feature.

    Find the docs here: http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc36272.1570/html/commands/commands84.htm

提交回复
热议问题