sql >> Database teknologi >  >> RDS >> Mysql

MySQL Slet med Group By

Placer det i en underforespørgsel:

delete from table 
where columnA in (
  select columnA
  from (
      select columnA
      from YourTable
      group by columnA
      having count(*) > 1
      ) t  
)


  1. Opsætning af fremmednøgler i phpMyAdmin?

  2. Microsoft SQL Server – Slut dig til SQL Saturday Dallas

  3. Eksport af en PostgreSQL-database med phpPgAdmin

  4. Mysql langsom forespørgsel:INNER JOIN + ORDER BY forårsager filesort