gpt4 book ai didi

php - 未知查询 : call update_oai()

转载 作者:行者123 更新时间:2023-11-29 04:09:23 26 4
gpt4 key购买 nike

我正在做一个旧项目,刚刚看到一个函数:

$query = 'call update_oai()';
$res = $_DB->queryRaw($query);

我真的找不到这个查询是什么:“call update_oai”。有什么想法吗?

最佳答案

CALL 语句调用存储过程,在您的例子中是名称为 update_oai 的存储过程。

语法:

CALL sp_name([parameter[,...]])

参见文档 http://dev.mysql.com/doc/refman/5.0/en/call.html

关于php - 未知查询 : call update_oai(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16816679/

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