gpt4 book ai didi

php - 使用 multi_query 同时将多行插入数据库

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

我必须插入 2 个查询,并且我想使用 multi_queries 运行它们。在文件的每次运行中,表中都应该添加 2 行,但我的问题是它们没有被插入。我与数据库的连接正常,我用它测试了查询

    $q1 ="INSERT INTO auto_charge(phone,charged_at,created_at,updated_at) VALUES ('123456789','2018-01-24 12:37:07','2018-01-27 09:19:42','2018-01-27 09:19:42')";
$q1 .="INSERT INTO auto_charge(phone,charged_at,created_at,updated_at) VALUES ('987654321','2018-01-24 12:37:07','2018-01-27 09:19:42','2018-01-27 09:19:42')";
$result = $conn->multi_query( $q1 );

最佳答案

尝试用数组来存储数据。然后获取数组的计数并根据数组计数运行循环。在循环内执行查询。给我完整的细节,我会解释清楚。谢谢你

关于php - 使用 multi_query 同时将多行插入数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48474974/

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