[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally dependent on columns

1 select version(),@@sql_mode;
2 SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

 

posted @ 2020-08-04 21:17  遥~  阅读(96)  评论(0编辑  收藏  举报