mysql:
1, create table temp as select distinct * from tableA;
2,drop table tableA;
3,rename table temp to tableA;
oracle:
mysql:
1, create table temp as select distinct * from tableA;
2,drop table tableA;
3,rename table temp to tableA;
oracle: