DELETE t1 FROM contacts t1 INNER JOIN contacts t2 WHERE t1.id < t2.id AND t1.email = t2.email;
MySql 10 Kasım 2021
Mysql mükerrer kayıtları silme. Delete duplicate
#Mysql
Related Posts
php 8 Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
MySql 17 Haz 2022
Read More →Mysql tablo boyutların öğrenme
MySql 2 Haz 2021
Read More →Tablodaki aynı kayıtları silme
MySql 2 Kas 2020
Read More →