标签: mysql sql select stored-procedures call
Mysql问题,当我用该调用替换了friends_of存储过程的选择时,它可以工作,但调用SP会导致
错误1064
SELECT * FROM people WHERE people.id IN (CALL friends_of(123))
有任何意见吗?
答案 0 :(得分:0)
无法从选择查询中调用存储过程。
call procedurename(argumentlist);