php执行存储过程的时候报错 The active result for the query contains no fields 原因 在sql中执行存储过程输出了二个结果集 解决 在存储过程中加入SET NOCOUNT ON即可 image.png