zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

000-mysql小技巧

mysql 技巧 000
2023-09-14 09:08:48 时间

1.使用Navicat 链接5.7版本出现

  mysql 5.7.9 [Err] 1055报错解决,[Err] 1055 – Expression #1 of ORDER BY clause is not in GROUP BY

 使用:

SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

2、