Probably the table: TEDPOC.Z_MFG_ORDER_ITEM_SHIP_HISTORY
has more columns than you were trying to insert . Change the above query into below:
INSERT INTO TABLE (<column list>) ( SELECT <column list> FROM TABLE )
Regards,
Krishna Tangudu
Probably the table: TEDPOC.Z_MFG_ORDER_ITEM_SHIP_HISTORY
has more columns than you were trying to insert . Change the above query into below:
INSERT INTO TABLE (<column list>) ( SELECT <column list> FROM TABLE )
Regards,
Krishna Tangudu