본문 바로가기
MySql

MySQL mysql tinyint (1) 대 tinyint (2) 대 tinyint (3) 대 tinyint (4)

by 베이스 공부 2021. 1. 22.
반응형

가능한 중복 :


차이점은 무엇입니까?

  • TinyINT(1)
  • TinyINT(2)
  • TinyINT(3)
  • TinyINT(4)

 

해결 방법

 

TinyINT (M)의 범위는 항상 부호있는 -128 .. + 127 또는 부호없는 0..255입니다. M은 디스플레이 너비입니다.

M은 정수 유형의 최대 표시 너비를 나타냅니다. 최대치 display width is 255. Display width is unrelated to the range of values a type can contain, as described in Section 11.2, “Numeric Types”. For floating-point and fixed-point types, M is the total 저장할 수있는 자릿수.


 

참조 페이지 https://stackoverflow.com/questions/13120904

 

 

반응형

댓글