Open hataeheung opened 4 years ago
You can not add an additional column from an other table in the target list. Here b.prod_no
must be removed or the corresponding column must be added to NC_PROD_DLV_INFO. I understand that adding a column to Oracle table is something very intrusive and should be avoid, I will add a configuration directive to be able to add a list of column to handle this particular case.
You can not add an additional column from an other table in the target list. Here
b.prod_no
must be removed or the corresponding column must be added to NC_PROD_DLV_INFO. I understand that adding a column to Oracle table is something very intrusive and should be avoid, I will add a configuration directive to be able to add a list of column to handle this particular case. 👍 💯
I hope that the function is completed quickly. How long does it take? This is a really necessary function.
Hi..
I am using ora2pg to export oracle table in postgresql. Created table should contains the fields of join to two different tables of Oracle.
example
error