mysql 중복컬럼 지우기
페이지 정보
본문
DELETE FROM duplicate
WHERE id not in ( SELECT id from ( SELECT id from duplicate group by phone) as id )
WHERE id not in ( SELECT id from ( SELECT id from duplicate group by phone) as id )
관련링크
-
https://gyuha.tistory.com/309
5938회 연결
- 이전글mysql 프로시저 한글깨짐 20.02.21
- 다음글php 암호화 20.02.21
댓글목록
등록된 댓글이 없습니다.