php技术博客
让天下没有搞不定的bug~

标签:删除字段重复

MySQL

mysql删除字段重复的数据

zone阅读(516)赞(0)

mysql删除字段重复的数据,经过搜索刚开始是这样做的: [warning]delete from v_togo where tel in (select tel from v_togo group by tel having count(...