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
Maybe it could work. Tested in ASA9.
insert into my_table (columns) on existing update values (values);