码迷,mamicode.com
首页 > 数据库 > 详细

cakephp执行原生sql语句

时间:2018-08-10 17:02:03      阅读:782      评论:0      收藏:0      [点我收藏+]

标签:where   div   this   and   sum   cap   amount   api   语句   

$sql = select sum(amount) as amount from option_capital where status = 2 and amount > 0 and user_id = .$user_id;
$ret = $this->query($sql);

 

cakephp执行原生sql语句

标签:where   div   this   and   sum   cap   amount   api   语句   

原文地址:https://www.cnblogs.com/xiaobiaomei/p/9455739.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!