Joint table query problem.
子寒
子寒 2018-05-16 07:12:23
0
0
933

$sql = "select t1.*,t2.cat_name as catname from goods as t1,category as t2 where t1.cat_id = t2.cat_name;";

$result = $model -> query($sql);

$count = $model -> count();

The set after linked list query cannot be solved using count statistics. .


子寒
子寒

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template