gpt4 book ai didi

php - 错误 : This feature is not available for the database you are using when trying to return insert_id

转载 作者:行者123 更新时间:2023-12-04 04:34:31 24 4
gpt4 key购买 nike

我的 codeigniter 模型中有函数返回函数 insert_id()
我正在使用 Oracle11g,有谁知道如何使用 Oracle DB 在 codeigniter 中返回最后插入的记录
这是我想做的一个例子

public function test_insert($data)
{
$this->db->insert('PERFORMANCE', $data);
return $this->db->insert_id();
}

您的帮助将不胜感激。谢谢你。

最佳答案

嗯,这个 insert_id() 特性不适用于 Oracle11g。
可以引用答案here ,作为替代。

关于php - 错误 : This feature is not available for the database you are using when trying to return insert_id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19977136/

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