为什么没办法进行group by的查找呢?
为什么我的没办法查找呢? mysql> select goods_id,goods_name from tdb_goods group by goods_name having count (goods_name)>=2; ERROR 1630 (42000): FUNCTION test2.count does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual