Mysql 存储过程的使用要点
if the end if 最后需要用分号';'结束
out的值在select 中需要用 into赋值 其他情况 可以尝试set
php获取out的值需要
$sql="call ###_small($id,@pd,@one_count,@two_count,@three_count,@four_count,@five_count)"; $conn->query($sql); $sql="SELECT @pd,@one_count,@two_count,@three_count,@four_count,@five_count"; $my=run_list($sql);