码迷,mamicode.com
首页 > Web开发 > 详细

thinkphp 子查询

时间:2018-03-03 18:20:49      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:sub   rod   body   pos   where   nbsp   div   log   star   

$subQuery = M("zstar_apply_goods")
    ->join("LEFT JOIN shop_products ON zstar_apply_goods.ShopToken = shop_products.ShopToken")
    ->where($where)
    ->field("zstar_apply_goods.ShopToken")
    ->group("zstar_apply_goods.ShopToken")
    ->buildSql();
$result = M("zstar_apply_goods")->table($subQuery . ‘ a‘)->count();

 

thinkphp 子查询

标签:sub   rod   body   pos   where   nbsp   div   log   star   

原文地址:https://www.cnblogs.com/wjw-/p/8497021.html

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