S
sherifffruitfly
Hi all,
Given key cols/data cols, I want to:
IF record with that key exists, UPDATE the record with new data value,
IF record with that key does NOT exist, insert the record.
Oracle has a MERGE command, which may be used for this purpose, but
that's not portable. What's a portable good adonet way to do this?
Thanks,
cdj
Given key cols/data cols, I want to:
IF record with that key exists, UPDATE the record with new data value,
IF record with that key does NOT exist, insert the record.
Oracle has a MERGE command, which may be used for this purpose, but
that's not portable. What's a portable good adonet way to do this?
Thanks,
cdj