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

Illuminate\Database\Capsule sql调试

时间:2020-09-17 15:30:23      阅读:35      评论:0      收藏:0      [点我收藏+]

标签:ids   color   round   rom   cat   div   sel   where   fir   

$cate_info = Capsule::table(‘zh_app_category‘)->where(‘name‘, $classify)->first();
$cate_info->toSql()

$app_ids = Capsule::select(‘SELECT app_id FROM zh_app_buy_history WHERE mem_id = ‘.$mem_id.‘ AND buy_time is not null‘);
print_r(‘SELECT app_id FROM zh_app_buy_history WHERE mem_id = ‘.$mem_id.‘ AND buy_time is not null‘);

 

Illuminate\Database\Capsule sql调试

标签:ids   color   round   rom   cat   div   sel   where   fir   

原文地址:https://www.cnblogs.com/hnhycnlc888/p/13617613.html

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