prader6

查询名字有重复的企业

SELECT
*
FROM
inventory i
GROUP BY
i.unit_detailed_name
HAVING count(i.unit_detailed_name)>1

 

参考文章:https://blog.csdn.net/xusheng__zhang/article/details/78376781

posted on 2019-12-24 10:10  prader6  阅读(225)  评论(0编辑  收藏  举报

导航