[mysql] auto_increment 값 초기화

정리맨·2022년 4월 12일
0

alter table 테이블명 auto_increment = 시작값;

사용중인 테이블 초기화

  • set @count = 0;
    update 테이블명 set 칼럼명 = @count:=@count+1;

출처 : https://amaze9001.tistory.com/28

profile
ㅎㅎ

0개의 댓글