sql语句如何查询一个表中某一列的相同数据? 日期:2020-02-05 00:05:24 人气:1 sql语句如何查询一个表中某一列的相同数据? select * from 表名 tb where (select count(1) from # where id=tb.id)>=2