execute();(推荐教程:yii框架)查询:Yii::$app->getDb()->createCommand("Your SQL")">
您的位置:首页 > 技术中心 > php框架 >

yii2怎么执行原生sql语句查询

时间:2020-02-26 16:40

执行:

Yii::$app->getDb()->createCommand("Your SQL")->execute();

(推荐教程:yii框架)
查询:

Yii::$app->getDb()->createCommand("Your SQL")->queryAll();

其他:

Yii::$app->getDb()->createCommand("Your SQL")->xxx

更多相关内容学习,请关注gxlsystem.com编程入门栏目!

以上就是yii2怎么执行原生sql语句查询的详细内容,更多请关注gxlsystem.com其它相关文章!

热门排行

今日推荐

热门手游