mysql 자동증가값 (auto increment) 초기화
페이지 정보
작성자 GIT 작성일16-04-19 17:34 조회8,002회 댓글0건본문
■ mysql 자동증가값 auto increment 초기화 하기
alter table [테이블명] auto_increment=[시작할려는 순서]
예) 그누보드 게시판(test)의 wr_id 값 초기화
alter table g5_write_test auto_increment=1
댓글목록
등록된 댓글이 없습니다.