tp5.1 高级查询之 表里2字段比较大小
Posted pansidong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tp5.1 高级查询之 表里2字段比较大小相关的知识,希望对你有一定的参考价值。
$map = [
‘status‘ => 1,
‘is_show‘ => 1,
];
$result = Db::name(‘coupon‘)
->where($map)
->where(‘total_number‘,‘exp‘,Db::raw(‘>`send_number`‘))
->whereTime(‘end_time‘,‘>=‘,time())
->limit(‘2‘)
->select();
以上是关于tp5.1 高级查询之 表里2字段比较大小的主要内容,如果未能解决你的问题,请参考以下文章