1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 't1.tb1.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 't1.tb1.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
2016-11-15
可以放源代碼?
2017-07-31
sql-mode="STRICT_ALL_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ZERO_DATE,NO_ZERO_IN_DATE,NO_AUTO_CREATE_USER"
--------------------------------------------------------------------------------
在my.ini中加上這句話就行了
2016-11-16
不懂什么意思