1. --不重复 tel
    2. select * from table group by tel
    3. --重复 tel
    4. select * from table group by tel having count(tel)>1