这个SQL怎么写?我想找出表A(有TEL列)中TEL列有重复的数据,这个SQL怎么写呢?[解决办法]select TEL,count(TEL) from a group by TEL having count(TEL) > 1