24374:OCIStmtFetch: ORA-24374: 在读取或执行并读取之前没有完成定义 (ext\pdo_oci\oci_statement.c:469) [ SQL语句 ] : insert into t_test_subject (ID,Testing_Type) VALUES (32,0)
执行代码
$Model = new \Think\Model();
$SQL="insert into t_test_subject (ID,Testing_Type) VALUES (".intval($this->getNextSeq()).",".$data["Testing_Type"].")";
$result = $Model->query($SQL);数据插入成功,表中可以看到数据,但是返回这个错误 哪位大神指点下,在线等
最佳答案