yii2-pdo 语法支持错误 [sql server] [ 2.0 版本 ]
$sql = 'select *
into #temp_zb
from p_user;
select * from #temp_zb;';
$res = \Yii::$app->db->createCommand($sql)->queryAll();
执行这个语法就会出错
Exception 'PDOException' with message 'SQLSTATE[IMSSP]: The active result for the query contains no fields.'
in C:\xampp\htdocs\MyBPM\vendor\yiisoft\yii2\db\Command.php:1157
不知道有谁遇到过这种写法,和解决方案?
iceluo 补充于 2021-03-23 11:25
在存在存储过程的时候 需要在sql前添加
set nocount on;
iceluo 补充于 2021-03-23 11:25
可继续讨论影响点
iceluo
注册时间:2015-07-21
最后登录:2023-08-30
在线时长:854小时35分
最后登录:2023-08-30
在线时长:854小时35分
- 粉丝22
- 金钱10945
- 威望80
- 积分20285