SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #7 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'tushu.a.shipping_type' which is not functionally dependent on columns in GROUP BY clause; this is incompatibl
网站没有问题,结果换了个电脑,可能是mysql从5.6升级到了5.7,就出现如下错误了。
SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #7 of SELECT list is not in GROUP BY clause and conta...
thinkphp group by count如何同时使用?分页用到
分页前,需要获取记录条数
$count = M('abc')->where($where)->count();
但是, 如果查询还需要使用到 GROUP BY的话
$count = M('video_log')->where($where)->group('ip')->count();
...
thinkphp 多表查询 group
/**
* 订单分组统计-多表联合查询
*/
public function getOrderGroupDuobiao($where = [], $field = 'count("a.id") num' ,$group = 'a.id')
{
return $this->model...
sql语句按评论数排序
先呈上我自己修改的sql语句
$sql = "select a.*,aa.id,count(aa.id) as countNum,c.catName,s.staffName
from __PREFIX__articles a left join __PREFIX__article_appraises aa on a.articl...
关于本站
“最难不过坚持”
本人承接扒站仿站,php网站维护,病毒查杀,网站编辑,网站改版,html制作
有需要网站维护,改版,病毒查杀,网站编辑,网站备案,html制作等相关的工作可以联系我。
本人有多年相关工作经验,也可提供免费咨询,交个朋友。
有需要探讨问题的朋友,也可以加我微信,共同探讨!
微信:15011482830 QQ:408917339
2655
39
分类目录
最新评论
- https://jueru.net/
-
- :weixiao:
-
- :shuijiao: :weiqu: :zhenbang: :leng:
-
- :yiwen: :yiwen: :yiwen: :yiwen:
-
- 这个业务逻辑多少都有点奇怪了,阅读浏览次数增值在新闻详情页的控制器方法里setInc,这怎么还写进模型事件里了。如果非要用onAfterRead也可以,把新闻文章的内容单独分出来一个news_content表,然后把它和news做关联,然后给news_content表的onAfterRead事件做增值处理,这样点进新闻页内查询到文章内容时才会触发它。
-
文章标签更多