表_1:ArticleComponents
OverflowError: Python int too large to convert to C long
我想编写一个存储过程,该过程将idArticle作为参数,并将具有此ID以及组件的所有记录插入具有相同模式的另一个表中。输出如下:
表_2:ArticleComponents_TMP
idArticle idComponent Quantity
1 20 1
1 30 2
20 40 3
30 50 4
2 5 1