mysql only_full_group_by 记录
例:SELECT MIN(add_time) ,user_id,device_sn FROM devicemysql 5.7 会报错:[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 o..