mysql에서 auto increment 속성을 초기화할 때
Alter table test.member auto_increment=1
이 때 auto_increment의 숫자는 현재 테이블에서 가장 높은 수 보다 커야한다.
-Before
-After
'프로그래밍 > SQL' 카테고리의 다른 글
mysql workbench-failed to Connect to MySQL at width user root Bad handshake (0) | 2019.12.14 |
---|---|
mysql- Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. (0) | 2019.12.14 |
outer join - mysql (0) | 2019.11.28 |
workbench에서 readonly 해제하기 (0) | 2019.11.28 |
mysql - Error Code: 1248 Every derived table must have its own alias (0) | 2019.11.22 |
WRITTEN BY