错误原因:
sql _mode中only _full _group _by不兼容的问题
解决思路:
由于是only _full _group _by不兼容,直接删除即可
show variables like "sql_mode";
set sql_mode='';
set sql_mode='NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES';
sql _mode中only _full _group _by不兼容的问题
由于是only _full _group _by不兼容,直接删除即可
show variables like "sql_mode";
set sql_mode='';
set sql_mode='NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES';