gpt4 book ai didi

mysql - Node.js 使用异步方式运行 MySQL 查询

转载 作者:行者123 更新时间:2023-11-29 15:50:25 27 4
gpt4 key购买 nike

如何在异步查询中运行循环查询?

let someRows1, someRows2, someRows3, otherRows1;

.then( rows => {
someRows3 = rows;
someRows3.forEach(function (element) {
database.query( 'UPDATE `orders` SET `amount` = "' + element.value + '" WHERE `id` = "' + element.id + '"' );
});
})
.then( () => {
// do something with someRows and otherRows
});

最佳答案

你可以使用等待... of link to documentation

关于mysql - Node.js 使用异步方式运行 MySQL 查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56791744/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com