How to delete Duplicates in MySQL table

后端 未结 4 1619
耶瑟儿~
耶瑟儿~ 2020-11-27 07:39

I\'ve given a client the following query to delete duplicate phone no. records in an MSSQL database, but now they need to also do it on MySQL, and they report that MySQL com

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 07:49

    Mysql also included:

    http://mssql-to-postgresql.blogspot.com/2007/12/deleting-duplicates-in-postgresql-ms.html

提交回复
热议问题