1. 程式人生 > >000-mysql小技巧

000-mysql小技巧

replace 5.7 order by mysql ash 解決 navicat blog style

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、

000-mysql小技巧