$query1 = class1::find()->where($where);
$query2 = class1::find()->alias(‘a’)->join(‘left join’, class2::tablename() . ‘as b’, ‘b.id = a.objid’)->lect(‘a.*’)->where($where2);
$queryall = $query1->union($query2, true);
$qu猕猴桃的功能和作用ery = (new没工作 qu社会热点事件ery())->from([‘c’ => $queryall])->lect(‘c.*,d.type,d.title’)->join(‘left join’, class3::tablename() . ‘as d’, ‘d.id = c.objid’)->distinct(true)->orderby([‘c.time’=>sort_desc]);
$sql = $query-&幻城读后感gt;createcommand()->getrawsql();
$result = $query->offt(($page – 1) * 10)->limit(10)->all();
$totalcount = $query->count();
$pagination = new pagination([‘totalcount如何保护环境’=>$totalcount, ‘pagesize’=>10]);
$result = $query->offt($pagination->offt)->limit($pagination->limit)->all();
本文发布于:2023-04-07 06:32:30,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/4d6564064f548d02087b2b8d3a91aa97.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:Yii2.0中使用Union查询,并使用join,支持分页.doc
本文 PDF 下载地址:Yii2.0中使用Union查询,并使用join,支持分页.pdf
留言与评论(共有 0 条评论) |