Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: SAP DBTech JDBC: [270]: not enough values

$
0
0

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



Viewing all articles
Browse latest Browse all 9091

Trending Articles