본문 바로가기

개발공부/DB

[mysql] auto_increment 시작번호 설정

컬럼에 ai(auto_increment) 설정값 줬을때

시작번호를 다시 하고싶다!?

alter table 테이블명 auto_increment = 시작할번호;