How do I insert data into a linked server (oracle) with a condition that a row does not exist?
I want to insert into employee
table if employeecode
does not exist yet in that table
INSERT INTO OPENQUERY(ORACLEX,
'SELECT EMPCODE, EMPNAME FROM AX.EMPLOYEE') -- I want a where clause here
Select EID, ENAME FROM EMPDATA