Delete duplicate records in MySQL October 21, 2017 Delete duplicate users by Username with this query.. DELETE a FROM tbl_user a INNER JOIN tbl_user b ON a.user_name = b.user_name WHERE a.id <> b.id Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment