Hi all,
I need to write more than one row on a Oracle table connected via DBCO, something like this...
Insert into ORACLE.TABLE Select * from SAPTABLE where SAPFILED = X
Is it possible to follow this way?
Thank you
Hi all,
I need to write more than one row on a Oracle table connected via DBCO, something like this...
Insert into ORACLE.TABLE Select * from SAPTABLE where SAPFILED = X
Is it possible to follow this way?
Thank you