프로그래밍/DB
mysql int 타입 최대/최소 값
kugancity
2017. 10. 1. 18:22
반응형
매번 테이블 만들때마다 검색하기 귀찮아서
걍 블로그 저장용
MySQL supports the SQL standard integer types INTEGER (or INT) and SMALLINT.
As an extension to the standard, MySQL also supports the integer types TINYINT, MEDIUMINT, and BIGINT.
The following table shows the required storage and range for each integer type.
참조: http://dev.mysql.com/doc/refman/5.5/en/integer-types.html
https://zetawiki.com/wiki/MySQL_%EC%9E%90%EB%A3%8C%ED%98%95
728x90
반응형