mysql> SELECT goods_id,goods_name FROM tdb_goods GROUP BY goods_name;
mysql> SELECT goods_id,goods_name FROM tdb_goods GROUP BY goods_name;
ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and c
ontains nonaggregated column 'imooc.tdb_goods.goods_id' which is not functionall
y dependent on columns in GROUP BY clause; this is incompatible with sql_mode=on
ly_full_group_by