美文网首页
laravel 不能groupBy

laravel 不能groupBy

作者: xiaoer0128 | 来源:发表于2019-07-13 23:42 被阅读0次

    Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'matter.matter_matters.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (SQL: select * from matter_matters where status = 1 and is_top = 1 group by uid)

    打开laravel 数据库的配置
    strict=false
    即可

    相关文章

      网友评论

          本文标题:laravel 不能groupBy

          本文链接:https://www.haomeiwen.com/subject/iwuvkctx.html