错误代码: 1055 Expression #1ofSELECT list isnotinGROUPBY clause andcontains nonaggregated column'ht-3.0.project_info.id' which isnot functionally dependent on columns inGROUPBY clause; this is incompatible with sql_mode=only_full_group_by
解决方法
运行这段代码即可
1
SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));