select distinct * into #table_name from table_namedelete from table_nameselect * into table_name from #table_namedrop table #table_name 删除重复的数据记录