存储过程以将记录递归插入另一个表

时间:2019-03-15 11:25:43

标签: mysql

表_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

0 个答案:

没有答案