你们能给我一个关于如何在以下情况下进行的建议:
Read table 2 column 1
if value says the record exists in table 1
update table 1 record with table 2 record details
else(value says the record does not exist in table 1)
insert table 1 record with table 2 record details
我是 Oracle SQL 的初学者,如果有更好的方法,请告诉我..我正在考虑使用游标来解决这个问题..