gpt4 book ai didi

php - 检索表的最后插入ID以用作另一个表中的外键

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

我有表(表1和表2),表1的ID是表2的外键。在 INSERT 中,我想保存在 table1 中插入的最后一个 ID,以便插入到 table2 的外键。您认为最好的方法是什么?

最佳答案

在代码中像这样使用:

$result= mysql_query("Your SelectQuery");   
$lastId = mysql_insert_id();

并使用$lastId变量。您可以获得结果

您还可以使用 JOIN 来连接 2 个表,并使用 last_insert_id 来连接表 1。

关于php - 检索表的最后插入ID以用作另一个表中的外键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15585701/

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