this is incompatible with sql

    xiaoxiao2024-05-18  108

    mysql 迁移到5.7后业务日志中出现:

    this is incompatible with sql_mode=only_full_group_by

    解决方法:

    1. https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html

    ANY_VALUE()

    2. SQL MODE 设置为空。

    相关资源:敏捷开发V1.0.pptx
    最新回复(0)