删除数据库中重复数据
数据完全一致的情况: #MySQL不支持INTO Create table temp (Select DISTINCT * from student); DROP TABLE stude ...
数据完全一致的情况: #MySQL不支持INTO Create table temp (Select DISTINCT * from student); DROP TABLE stude ...