0
点赞
收藏
分享

微信扫一扫

lareval where 条件大于的写法

巧乐兹_d41f 2022-12-06 阅读 157
编程语言


$stockList = DB::table('gt_table')->select('stockCode')->where('stockDate',$tradeDate)->whereRaw('closePrice > fiveAverage')->groupBy('stockCode')->get();

整体的是写在一起的

举报

相关推荐

0 条评论