기타
gsjava mysql 중복 데이터 삭제
철권
2018. 11. 27. 13:17
728x90
temp1 : 유니키한 번호
temp3: 중복 데이터
delete from addr_temp where temp1 NOT IN (SELECT * from (SELECT MIN(temp1) FROM addr_temp GROUP BY temp3) AS tempTable);
728x90
반응형