查询某个表某个字段重复记录急重复数量


select count(1), t.col_a from table_test t group by t.col_a  having count(t.col_a)>1;

 

 

posted @ 2013-12-03 14:38  Caliven  阅读(120)  评论(0)    收藏  举报