MySQL

[MySQL] auto_increment 사용

hisohyun 2021. 5. 21. 09:32

num에 Auto_Increment 속성으로 insert문을 보낼때 마다 자동으로 num값이 증가되게 저장할 수 있다.

 

https://m.blog.naver.com/PostView.naver?blogId=goddlaek&logNo=221005664911&proxyReferer=https:%2F%2Fwww.google.com%2F 

 

[Mysql] Auto Increment 사용하기

스키마를 작성하다보면 데이터의 수를 p.k로 설정해야 할때가 있다. 이럴경우 새로 데이터를 insert할때마...

blog.naver.com

 

'MySQL' 카테고리의 다른 글

[MySQL] GROUP_CONCAT(NAME)  (0) 2021.05.22
[MySQL] Join에서 where과 on의 차이  (0) 2021.05.21
[MySQL] Inner Join, Outer Join  (0) 2021.05.21
[MySQL] PRIMARY KEY란?  (0) 2021.05.21
[MySQL] CHAR, VARCHAR 의 차이점  (0) 2021.05.21