> 文章列表 > mysql语句如何写(mysql语句)

mysql语句如何写(mysql语句)

mysql语句如何写(mysql语句)

关于mysql语句如何写,mysql语句这个很多人还不知道,今天小六来为大家解答以上的问题,现在让我们一起来看看吧!

1、select *, count(distinct name) from table group by name这句就是多此一举,group by name 跟 distinct name 效果是一样的。

2、执行时,先group by name 而 distinct name 就不起作用了。

本文到此分享完毕,希望对大家有所帮助。